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);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also