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




In This Topic
    SmartZoneOCRDictionary Class
    In This Topic
    Dictionary class implementation. Each entry of a dictionary must be placed in a single line of a text file. Carriage return + linefeed (0x0D 0x0A) or linefeed (0x0A) end a line. Spaces at the end of a line are ignored. Phrases consist of words in a line that are separated by single spaces.
    Object Model
    SmartZoneOCRDictionary Class
    Syntax
    'Declaration
     
    
    Public Class SmartZoneOCRDictionary 
    'Usage
     
    
    Dim instance As SmartZoneOCRDictionary
    public class SmartZoneOCRDictionary 
    public __gc class SmartZoneOCRDictionary 
    public ref class SmartZoneOCRDictionary 
    Inheritance Hierarchy

    System.Object
       Accusoft.SmartZoneOCRSdk.SmartZoneOCRDictionary

    See Also