ImageGear .NET - Updated November 28, 2017
UnderlineGapWidth Property




ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : UnderlineGapWidth Property
Gets or sets the width of a gap in pixels if the "underline" is underdots in reality.
Syntax
'Declaration
 
Public Property UnderlineGapWidth As Byte
 
'Usage
 
Dim instance As ImGearRecLetter
Dim value As Byte
 
instance.UnderlineGapWidth = value
 
value = instance.UnderlineGapWidth

Property Value

Byte value.
Remarks
If the underline contains no gaps, or the letter is not underlined, the value is 0. The property is also used in the case of dotleaders.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members