Click or drag to resize

OCREventArgs Class

Provides data for the [!:SautinSoft.Document.PdfLoadOptions.OCR] event.
Inheritance Hierarchy

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
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