ImageGear .NET v24.12 - Updated
AllowVerticalPunctuation Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecAsianSettings Class : AllowVerticalPunctuation Property
Gets or sets a value indicating whether to allow vertical punctuation in the results of Asian text recognition. If false, vertical punctuation marks will be replaced with their horizontal counterparts.
Syntax
'Declaration
 
Public Property AllowVerticalPunctuation As Boolean
'Usage
 
Dim instance As ImGearRecAsianSettings
Dim value As Boolean
 
instance.AllowVerticalPunctuation = value
 
value = instance.AllowVerticalPunctuation
public bool AllowVerticalPunctuation {get; set;}
public: __property bool get_AllowVerticalPunctuation();
public: __property void set_AllowVerticalPunctuation( 
   bool value
);
public:
property bool AllowVerticalPunctuation {
   bool get();
   void set (    bool value);
}
Remarks

In Asian scripts, the positions of punctuation marks are all rotated 90 degrees when switching between horizontal and vertical text.

The default value is false.

See Also

Reference

ImGearRecAsianSettings Class
ImGearRecAsianSettings Members