Gets or sets the acquired image rotation angle value before transfer.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property RotationAngle As Integer |
| C# | |
|---|
public int RotationAngle {get; set;} |
| C++/CLI | |
|---|
public:
property int RotationAngle {
int get();
void set (int value);
} |
Return Value
The acquired image rotation angle value before transfer.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also