Gets or sets a value indicating whether to ignore Asian text
                during the rotation process of the automatic Rotate method.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property IgnoreAsianTextForRotation As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearRecAsianSettings
Dim value As Boolean
 
instance.IgnoreAsianTextForRotation = value
 
value = instance.IgnoreAsianTextForRotation
             
        
            
            public bool IgnoreAsianTextForRotation {get; set;}
             
        
            
            public: __property bool get_IgnoreAsianTextForRotation();
public: __property void set_IgnoreAsianTextForRotation( 
   bool value
);
             
        
            
            public:
property bool IgnoreAsianTextForRotation {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also