UnsearchablePDFMakerMakePDFUnsearchable Method (Stream, Int32, Int32)ByteScout PDF Extractor SDK
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.1.4801-master
Syntax

public 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.

Implements

IUnsearchablePDFMakerMakePDFUnsearchable(Stream, Int32, Int32)
See Also

Reference