Link Search Menu Expand Document

IUnsearchablePDFMakerMakePDFUnsearchable Method

OverloadĀ List
NameDescription
Public methodMakePDFUnsearchable(Stream)
Replaces all PDF document pages with rendered images making the document not suitable for text searching and saves the result to specified Stream.
Public methodMakePDFUnsearchable(String)
Replaces all PDF document pages with rendered images making the document not suitable for text searching.
Public methodMakePDFUnsearchable(Stream, Int32)
Replaces specified PDF document page with rendered image making it not suitable for text searching and saves the result to specified Stream.
Public methodMakePDFUnsearchable(Stream, String)
Replaces specified PDF document page ranges with rendered images making them not suitable for text searching and saves the result to specified Stream.
Public methodMakePDFUnsearchable(String, Int32)
Replaces specified PDF document page with rendered image making it not suitable for text searching.
Public methodMakePDFUnsearchable(String, String)
Replaces specified PDF document pages with rendered images making them not suitable for text searching.
Public methodMakePDFUnsearchable(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.
Public methodMakePDFUnsearchable(String, Int32, Int32)
Replaces specified PDF document pages with rendered images making them not suitable for text searching.
Top
See Also

Reference