VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class
In This Topic
SearchablePdfGenerator Class Methods
In This Topic
For a list of all methods of this type, see SearchablePdfGenerator.
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.
See Also