ImageExtractorGetPageImageCount Method ByteScout PDF Extractor SDK
Returns count of images on specified document page.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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