Link Search Menu Expand Document

IImageExtractorGetPageImageCount Method

Returns count of images on specified document page.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
int GetPageImageCount(
	int pageIndex
)

Parameters

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

Return Value

Type: Int32
Count of images on the page.
Exceptions
ExceptionCondition
PDFExtractorException
IndexOutOfRangeException
See Also

Reference