←Select platform

DeskewAngle Property

Summary

Gets the angle of deskewing.

Syntax
C#
VB
C++
public int DeskewAngle { get; } 
Public ReadOnly Property DeskewAngle As Integer 
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

Refer to SliceCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly