VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class
Constructors Properties Methods Events SeeAlso
In This Topic
    SearchablePdfGenerator Class Members
    In This Topic
    The following tables list the members exposed by SearchablePdfGenerator.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SearchablePdfGenerator class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether PDF document builder must add marked content (add structure elements) to a PDF document.
    Public PropertyGets or sets a compression of bitonal images.
    Public PropertyGets or sets a compression settings of bitonal images.
    Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from ProcessingCommand<TTarget>)
    Public PropertyGets or sets a compression of color images.
    Public PropertyGets or sets a compression settings of color images.
    Public PropertyGets or sets a compression of grayscale images.
    Public PropertyGets or sets a compression settings of grayscale images.
    Public PropertyGets or sets a compression of indexed images.
    Public PropertyGets or sets a compression settings of indexed images.
    Public PropertyGets a value indicating whether this processing command supports multithreading. (Inherited from ProcessingCommand<TTarget>)
    Public PropertyGets or sets the language for text recognition.
    Public PropertyGets the name of processing command.
    Public PropertyGets or sets the settings, which define how to cleanup the OCR recognize results.
    Public PropertyGets the OCR engine manager that should be used for text recognition.
    Public PropertyGets or sets the OCR engine settings.
    Public PropertyGets or sets the mode that defines how to create PDF page.
    Public PropertyGets or sets the PDF document format for result PDF document.
    Public PropertyGets or sets a value indicating whether PDF document builder must restore normal page orientation.
    Public PropertyGets or sets the images, which should be processed.
    Public PropertyGets or sets a dictionary that contains image regions for source images.
    Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
    Public PropertyGets or sets a text font color that is used if Vintasoft.Imaging.Pdf.Ocr.PdfPageCreationMode.Text mode is used.
    Public PropertyGets or sets a text font name.
    Public PropertyGets or sets the settings, which define how to build searchable PDF document that contains text over image.
    Public Methods
     NameDescription
    Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from ProcessingCommand<TTarget>)
    Public MethodOverloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>)
    Public MethodOverloaded. Executes processing command on the specified target.
    Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
    Protected Methods
     NameDescription
    Protected MethodCreates the PDF document.
    Protected MethodCreates the PdfDocumentBuilder.
    Protected MethodRaises the ImageProcessingFinished event.
    Protected MethodRaises the ImageProcessingStarted event.
    Protected MethodRaises the PdfPageAdded event.
    Protected MethodRaises the OcrPageRecognized event.
    Protected MethodRecognizes text in the whole image and returns the result as OcrPage.
    Public Events
     NameDescription
    Public EventOccurs when the image processing is finished.
    Public EventOccurs when the image processing is started.
    Public EventOccurs when the image is recognized.
    Public EventOccurs when the PdfPage is added.
    See Also