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

AngleResolution Property






Gets or sets the value that indicates the deskew angle precision on which the filter is applied. This value is only used when the user set the property Flags to DeskewCommandFlags.UseExtendedDeskew. .NET support WinRT support
Syntax
public int AngleResolution {get; set;}
'Declaration
 
Public Property AngleResolution As Integer
'Usage
 
Dim instance As DeskewCommand
Dim value As Integer
 
instance.AngleResolution = value
 
value = instance.AngleResolution
public int AngleResolution {get; set;}
 get_AngleResolution();
set_AngleResolution(value);
public:
property int AngleResolution {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the Deskew angle precision on which the filter is applied. The valid range is from 1 to AngleRange (maximum deskew angle). The real value is divided by 10. This value is only used when the user set the property Flags to DeskewCommandFlags.UseExtendedDeskew.
Example
Refer to AngleRange 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

DeskewCommand Class
DeskewCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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