TextRecognizerSavePreprocessedPageBitmap Method ByteScout Text Recognition SDK
Saves bitmap of document page with preprocessing filters applied. The image is saved in PNG format.

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

public void SavePreprocessedPageBitmap(
	int pageIndex,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Index of document page.
fileName
Type: SystemString
Output file name.
See Also

Reference