PDFix SDK  6.5.0
PdsImage Struct Referenceabstract

PdsImage class. More...

Inheritance diagram for PdsImage:
PdsPageObject

Public Member Functions

virtual PdsStreamGetDataStm ()=0
 Gets a data stream for an image. More...
 
- Public Member Functions inherited from PdsPageObject
virtual PdfPageObjectType GetObjectType ()=0
 Gets the type of an object. More...
 
virtual void GetBBox (PdfRect *bbox)=0
 
virtual int GetId ()=0
 Gets the ordinal number of a page object. More...
 
virtual void SetRender (bool render)=0
 Set page object element to draw or not while rendering page content. More...
 
virtual PdsObjectGetStructObject (bool struct_parent)=0
 
virtual PdsContentMarkGetContentMark ()=0
 
virtual PdfPageGetPage ()=0
 Gets a reference to the page on which the object is present. More...
 
virtual bool GetGState (PdfGraphicState *g_state)=0
 Gets the graphic state of the page object. More...
 
virtual bool SetGState (PdfGraphicState *g_state)=0
 
virtual bool SetMatrix (PdfMatrix *matrix)=0
 

Detailed Description

PdsImage class.

A PdsImage is a image object in a PDF page content.

Member Function Documentation

◆ GetDataStm()

virtual PdsStream* PdsImage::GetDataStm ( )
pure virtual

Gets a data stream for an image.

Returns
The stream for the image.