←Select platform

MaximumDeskewAngle Property

Summary
Gets or sets maximum angle of deskew.
Syntax
C#
VB
C++
public int MaximumDeskewAngle { get; set; } 
Public Property MaximumDeskewAngle As Integer 
public: 
property int MaximumDeskewAngle { 
   int get(); 
   void set (    int ); 
} 

Property 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

Refer to SliceCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.