SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / SmartZoneOCR Class
Members




In This Topic
    SmartZoneOCR Class
    In This Topic
    Implements methods and properties for the SmartZone OCR component. This is the top level object of the toolkit.
    Object Model
    SmartZoneOCR ClassLicensing ClassReader Class
    Syntax
    'Declaration
     
    
    <DesignerCategoryAttribute("Component")>
    Public Class SmartZoneOCR 
       Inherits System.ComponentModel.Component
    'Usage
     
    
    Dim instance As SmartZoneOCR
    [DesignerCategory("Component")]
    public class SmartZoneOCR : System.ComponentModel.Component 
    [DesignerCategory("Component")]
    public __gc class SmartZoneOCR : public System.ComponentModel.Component 
    [DesignerCategory("Component")]
    public ref class SmartZoneOCR : public System.ComponentModel.Component 
    Remarks
    This object is the primary place to perform toolkit-level operations, such as setting licensing information, controlling the debug log, and displaying the toolkit about box.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Accusoft.SmartZoneOCRSdk.SmartZoneOCR

    See Also