←Select platform

DeskewAngle Property

Summary

Gets the variable that will be updated with the amount that the command rotates the sliced image. The amount of rotation is expressed in hundredths of degrees. For example, 500 means 5 degrees clockwise. This property is updated only if SliceCommandFlags.DeskewImage is selected in the Flags property.

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

A variable that will be updated with the amount that the command rotates the sliced image. The amount of rotation is expressed in hundredths of degrees. For example, 500 means 5 degrees clockwise. This property is updated only if SliceCommandFlags.DeskewImage is selected in the Flags property.

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