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
See Also