IImageExtractorGetFirstPageImage Method ByteScout PDF Extractor SDK
Initializes enumeration of images on the document page. If GetFirstPageImage() 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.1.4801-master
Syntax

bool GetFirstPageImage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).

Return Value

Type: Boolean
False if no images on the page, otherwise true.
Exceptions

ExceptionCondition
PDFExtractorException
IndexOutOfRangeExceptionInvalid page index specified.
See Also

Reference