Gets or sets maximum angle of deskew.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MaximumDeskewAngle As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SliceCommand
Dim value As Integer
instance.MaximumDeskewAngle = value
value = instance.MaximumDeskewAngle
|
C# | |
---|
public int MaximumDeskewAngle {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_MaximumDeskewAngle();
public: __property void set_MaximumDeskewAngle(
int value
); |
C++/CLI | |
---|
public:
property int MaximumDeskewAngle {
int get();
void set (int value);
} |
Return Value
Maximum angle of deskew, in hundredths of a degree. Possible values range from 0 to 1000. (The value in degrees is MaximumDeskewAngle divided by 100). This parameter is used only if the SliceCommandFlags.DeskewImage flag is set.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also