for GdPicture.NET
XTractFlow.API Namespace / DocumentProcessor Class / Dictionary Property



In This Topic

    Dictionary Property

    In This Topic
    Specifies the dictionary to be used during optional OCR processes.
    Syntax
    'Declaration
     
    
    Public Property Dictionary As String
    'Usage
     
    
    Dim instance As DocumentProcessor
    Dim value As String
     
    instance.Dictionary = value
     
    value = instance.Dictionary
    public string Dictionary {get; set;}
    public:
    property String^ Dictionary {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The default value is 'latin'.
    See Also