Link Search Menu Expand Document

IUnsearchablePDFMakerMakePDFUnsearchable Method (Stream, Int32, Int32)

Replaces specified PDF document pages with rendered images making them not suitable for text searching and saves the result to specified Stream.

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

Parameters

outputStream
Type: System.IOStream
Output stream.
startPage
Type: SystemInt32
Start page of page range to process.
endPage
Type: SystemInt32
End page of page range to process.
See Also

Reference