This property sets the orientation of the paper. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).

[Visual Basic]Public Property Orientation As Newtone.ImageKit.ScanOrientation
[C#]public Newtone.ImageKit.ScanOrientation Orientation {get; set;}

Property Value

This value is of enum type ScanOrientation

Explanation

The Orientation property sets the orientation of the paper. Orientation starts at 0 degrees and rotates clockwise. This allows you to do things like rotate the scan output from the document plate or scan pages from an ADF where the pages are inserted 'on their side', etc. This property is enabled when the UserInterface property is Suppress.

Note: This property is disabled for digital cameras and scanners that do not support this function. The possible setting values supported by a scan device can be retrieved using theGetCapabilityEnumToSingle method. To determine whether TextOrientationRecognition is supported by a scan device, please use the IsCapabilitySupported method.

For datasources that support TextOrientationRecognition, if the result of the specified TextOrientationRecognition is not correct, try changing the orientation of the paper.

 

See Also

Scan Class | Scan Members

The ImageKit.NET3 is created by Newtone Corporation