Gets or sets the angle the acquired image should be rotated before transfer.
public float RotationAngle {get; set;}
public float RotationAngle {get; set;}
get_RotationAngle();
set_RotationAngle(value);
public:
property float RotationAngle {
float get();
void set ( float value);
}
'Declaration
Public Property RotationAngle As Single
'Usage
Dim instance As ScanActivity
Dim value As Single
instance.RotationAngle = value
value = instance.RotationAngle
Property Value
The angle the acquired image should be rotated before transfer.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
ScanActivity Class
ScanActivity Members
Using Leadtools Workflow Scan Activity.