Link Search Menu Expand Document

ImageExtractorGetPageImageCount 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
public int GetPageImageCount(
	int pageIndex
)

Parameters

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

Return Value

Type: Int32
Count of images on the page.

Implements

IImageExtractorGetPageImageCount(Int32)
Exceptions
ExceptionCondition
PDFExtractorException
IndexOutOfRangeException
See Also

Reference