Link Search Menu Expand Document

SearchablePDFMakerMakePDFSearchableToVariant Method

OverloadĀ List
NameDescription
Public methodMakePDFSearchableToVariant
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method MakePDFSearchable(Stream).
Public methodMakePDFSearchableToVariant(Int32)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method MakePDFSearchable(Stream, Int32).
Public methodMakePDFSearchableToVariant(Int32, Int32)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method MakePDFSearchable(Stream, Int32, Int32).
Top
See Also

Reference