SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / CharacterSet Class / IsKnownCharacterSet Property




In This Topic
    IsKnownCharacterSet Property (CharacterSet)
    In This Topic
    Gets a check if this is equal to a known pre-defined CharacterSet
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsKnownCharacterSet As Boolean
    'Usage
     
    
    Dim instance As CharacterSet
    Dim value As Boolean
     
    value = instance.IsKnownCharacterSet
    public bool IsKnownCharacterSet {get;}
    public: __property bool get_IsKnownCharacterSet();
    public:
    property bool IsKnownCharacterSet {
       bool get();
    }
    Remarks

    Returns true if the character set is one of the pre-defined CharacterSets.

    See Also