Click or drag to resize

DeviceRotation Property

Gets or sets the amount to rotate the image by the Source.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public float Rotation { get; set; }

Property Value

Type: Single
The amount to rotate the image by the Source.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
This amount is additive to any rotation done in Orientation. Normal values are in degrees from -360 to 360, but GetSupportedRotations should be used to find the valid values for the device.
See Also