Click or drag to resize

Device.Rotation 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.5.0.0.0.156 (.NET 4.6.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