Link Search Menu Expand Document

TextRecognizerGetPreprocessedPageBitmap Method

Returns preview image of document page with preprocessing filters applied.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-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