ImageGear for .NET
IgnoreAsianTextForRotation Property




Gets or sets a value indicating whether to ignore Asian text during the rotation process of the automatic Rotate method.
Syntax
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);
}
'Declaration
 
Public Property IgnoreAsianTextForRotation As Boolean
 
'Usage
 
Dim instance As ImGearRecAsianSettings
Dim value As Boolean
 
instance.IgnoreAsianTextForRotation = value
 
value = instance.IgnoreAsianTextForRotation
Remarks

The default value is false.

See Also

Reference

ImGearRecAsianSettings Class
ImGearRecAsianSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback