SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterResult Class / Baseline Property




In This Topic
    Baseline Property
    In This Topic
    Gets the character baseline.

    This read only property is the baseline of the character.

    This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Baseline As Integer
    'Usage
     
    
    Dim instance As CharacterResult
    Dim value As Integer
     
    value = instance.Baseline
    public int Baseline {get;}
    public: __property int get_Baseline();
    public:
    property int Baseline {
       int get();
    }
    Exceptions
    ExceptionDescription
    This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
    Remarks

    This read only property is the baseline of the character.

    This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
    See Also