API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdImage Class
OdImage Class
OdPdfPublish__OdImageOdPdfPublish__OdImageOdPdfPublish__OdImage
Syntax
C++
class OdImage : public OdObject;

PdfPublishImage.h

This class implements an image entity in .pdf documents created with Publish SDK.

 
Name 
Description 
 
Destroys an image object. 
 
Name 
Description 
 
Returns the current image full filename. The method fills a passed string object and returns it to the calling subroutine.
 
 
Returns the current raster image object. The method fills a passed raster image object and returns it to the calling subroutine.
 
 
Returns the current image size (width and height in pixels). The method fills the passed integer values representing width and height of the image and returns them to the calling subroutine.
 
 
Sets the full filename of the image. Use IsValid() to check the status of the operation.
 
 
Sets a raster image object as the source for the image.
 
 
Sets the image size in pixels.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.