Link Search Menu Expand Document

UnsearchablePDFMakerMakePDFUnsearchable Method (String, Int32, Int32)

Replaces specified PDF document pages with rendered images making them not suitable for text searching.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void MakePDFUnsearchable(
	string outputFileName,
	int startPage,
	int endPage
)

Parameters

outputFileName
Type: SystemString
Output file name.
startPage
Type: SystemInt32
Start page of page range to process.
endPage
Type: SystemInt32
End page of page range to process.

Implements

IUnsearchablePDFMakerMakePDFUnsearchable(String, Int32, Int32)
See Also

Reference