←Select platform

DeskewAngle Property

Summary

Gets the angle of deskewing.

Syntax

C#
VB
WinRT C#
C++
public int DeskewAngle { get; } 
Public ReadOnly Property DeskewAngle As Integer 
public int DeskewAngle {get;} 
 get_DeskewAngle();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly