Link Search Menu Expand Document

IUnsearchablePDFMakerMakePDFUnsearchableToVariant Method

OverloadĀ List
NameDescription
Public methodMakePDFUnsearchableToVariant
Replaces all PDF document pages with rendered images making the document not suitable for text searching and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method MakePDFUnsearchable(Stream).
Public methodMakePDFUnsearchableToVariant(Int32)
Replaces specified PDF document page with rendered image making it not suitable for text searching and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method MakePDFUnsearchable(Stream, Int32).
Public methodMakePDFUnsearchableToVariant(String)
Replaces specified PDF document page ranges with rendered images making them not suitable for text searching and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method MakePDFUnsearchable(Stream, String).
Public methodMakePDFUnsearchableToVariant(Int32, Int32)
Replaces specified PDF document pages with rendered images making them not suitable for text searching and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method MakePDFUnsearchable(Stream, Int32, Int32).
Top
See Also

Reference