SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / SmartZoneICR Class
Members




In This Topic
    SmartZoneICR Class
    In This Topic
    Implements methods and properties for the SmartZone ICR component. This is the top level object of the toolkit.
    Object Model
    SmartZoneICR ClassLicensing ClassReader Class
    Syntax
    'Declaration
     
    
    <DesignerCategoryAttribute("Component")>
    Public Class SmartZoneICR 
       Inherits System.ComponentModel.Component
    'Usage
     
    
    Dim instance As SmartZoneICR
    [DesignerCategory("Component")]
    public class SmartZoneICR : System.ComponentModel.Component 
    [DesignerCategory("Component")]
    public __gc class SmartZoneICR : public System.ComponentModel.Component 
    [DesignerCategory("Component")]
    public ref class SmartZoneICR : 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.SmartZoneICRSdk.SmartZoneICR

    See Also