Skip to content

Page::GetFirstImage method

The GetFirstImage method is used to enumerate the embedded images that are on the page. This method is useful if the page images are to be extracted and stored in separate files. These methods are not needed if the page is to be rendered into an image output canvas such as PNG, TIFF, or PDF.

Prototype

SubFile GetFirstImage()
SubFile GetFirstImage() throws IGRException;
def GetFirstImage(self) -> SubFile
SubFile GetFirstImage()
HRESULT GetFirstImage([out, retval] SubFile* *result)

Return value

SubFile : Reference to a SubFile object, SubFile::Close must be called when finished with the object.

See Also