Page::GetNextImage method¶
The GetNextImage 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 GetNextImage()
SubFile GetNextImage() throws IGRException;
def GetNextImage(self) -> SubFile
HRESULT GetNextImage([out, retval] SubFile* *result)
Return value¶
SubFile
: Reference to a SubFile object, SubFile::Close must be called when finished with the object.