Link Search Menu Expand Document

ImageExtractorGetFirstPageImage Method

Initializes enumeration of images on the document page. If GetFirstPageImage() returned true, you can get the image using SaveCurrentImage*() or GetCurrentImage*() methods. Call GetNextImage() to advance the enumeration.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public 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.

Implements

IImageExtractorGetFirstPageImage(Int32)
Exceptions
ExceptionCondition
PDFExtractorException
IndexOutOfRangeExceptionInvalid page index specified.
See Also

Reference