IBaseTextExtractorGetPreprocessedPagePreview Method ByteScout PDF Extractor SDK
Returns preview image of document page with preprocessing filters applied.

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