SmartZone v7.2 - Updated
Baseline Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : Baseline Property
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

Reference

CharacterResult Class
CharacterResult Members

Is this page helpful?
Yes No
Thanks for your feedback.