Gets the angle of deskewing.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property DeskewAngle As Integer |
C# | |
---|
public int DeskewAngle {get;} |
C++/CLI | |
---|
public:
property int DeskewAngle {
int get();
} |
Property Value
Angle of deskewing. The amount of rotation is expressed in hundredths of degrees. For example, 500 means 5 degrees clockwise.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also