ImageGear .NET - Updated July 31, 2018
AllowFullWidthLatinCharacters Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecAsianSettings Class : AllowFullWidthLatinCharacters Property
Gets or sets a value indicating whether to allow full width Latin characters in the results of Asian text recognition. If false, full width Latin characters will be converted to their half width counterparts.
Syntax
'Declaration
 
Public Property AllowFullWidthLatinCharacters As Boolean
 
'Usage
 
Dim instance As ImGearRecAsianSettings
Dim value As Boolean
 
instance.AllowFullWidthLatinCharacters = value
 
value = instance.AllowFullWidthLatinCharacters
Remarks

The default value is false.

See Also

Reference

ImGearRecAsianSettings Class
ImGearRecAsianSettings Members