Link Search Menu Expand Document

BaseTextExtractorSavePreprocessedPagePreview Method

Saves preview image of document page with preprocessing filters applied. Image is saved in PNG format.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void SavePreprocessedPagePreview(
	int pageIndex,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Index of document page.
fileName
Type: SystemString
File name.

Implements

IBaseTextExtractorSavePreprocessedPagePreview(Int32, String)
See Also

Reference