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




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
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