Click or drag to resize

OCREventArgs Class

Provides data for the OCROptions event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      SautinSoft.DocumentOCREventArgs

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class OCREventArgs : CancelEventArgs

The OCREventArgs type exposes the following members.

Properties
 NameDescription
Public propertyInputImage Gets the input image data.
Public propertyOutputPdf Gets or sets output Pdf document.
Top
See Also