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
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);
}
'Declaration
Public Property AllowVerticalPunctuation As Boolean
'Usage
Dim instance As ImGearRecAsianSettings
Dim value As Boolean
instance.AllowVerticalPunctuation = value
value = instance.AllowVerticalPunctuation
See Also