Link Search Menu Expand Document

ImageExtractorGetFirstImage Method

Initializes enumeration of images in the document. If GetFirstImage() 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 GetFirstImage()

Return Value

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

Implements

IImageExtractorGetFirstImage
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference