Link Search Menu Expand Document

ImageExtractorGetNextImage Method

Advances image enumeration to next image. If GetNextImage() returned true, you can get the image using SaveCurrentImage*() or GetCurrentImage*() methods.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool GetNextImage()

Return Value

Type: Boolean
False if no more images in the enumeration, otherwise true.

Implements

IImageExtractorGetNextImage
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference