EnableOrientationDetection Property
In This Topic
Specifies whether orientation detection is activated. Switching this option to false may speed up the process.
Syntax
'Declaration
Public Property EnableOrientationDetection As Boolean
'Usage
Dim instance As DocumentProcessor
Dim value As Boolean
instance.EnableOrientationDetection = value
value = instance.EnableOrientationDetection
public bool EnableOrientationDetection {get; set;}
public:
property bool EnableOrientationDetection {
bool get();
void set ( bool value);
}
Property Value
Default value is
true.
See Also