Link Search Menu Expand Document

IBaseTextExtractorGetPreprocessedPagePreview Method

Returns preview image of document page with preprocessing filters applied.

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

Parameters

pageIndex
Type: SystemInt32
Index of document page to preview.

Return Value

Type: Bitmap
Bitmap object containing preprocessed page preview.
See Also

Reference