TextRecognizerGetPreprocessedPageBitmap Method ByteScout Text Recognition SDK
Returns preview image of document page with preprocessing filters applied.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public Bitmap GetPreprocessedPageBitmap(
	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