ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRZone Class / UserCharacterSet Property




In This Topic
    UserCharacterSet Property (ImGearOCRZone)
    In This Topic
    Gets or sets additional filter characters to be used for zones.
    Syntax
    'Declaration
     
    Public Property UserCharacterSet As String
    'Usage
     
    Dim instance As ImGearOCRZone
    Dim value As String
     
    instance.UserCharacterSet = value
     
    value = instance.UserCharacterSet
    public string UserCharacterSet {get; set;}
    public: __property string* get_UserCharacterSet();
    public: __property void set_UserCharacterSet( 
       string* value
    );
    public:
    property String^ UserCharacterSet {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    Remarks
    This property specifies a set of individual characters. The characters broaden or define the filtered set of characters globally or on a per-zone basis.

    The default value is "".

    See Also