LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

MaximumDeskewAngle Property






Gets or sets maximum angle of deskew. .NET support WinRT support
Syntax
public int MaximumDeskewAngle {get; set;}
'Declaration
 
Public Property MaximumDeskewAngle As Integer
'Usage
 
Dim instance As SliceCommand
Dim value As Integer
 
instance.MaximumDeskewAngle = value
 
value = instance.MaximumDeskewAngle
public int MaximumDeskewAngle {get; set;}
 get_MaximumDeskewAngle();
set_MaximumDeskewAngle(value);
public:
property int MaximumDeskewAngle {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SliceCommand Class
SliceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.