Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
AngleResolution Property
See Also 
Leadtools.ImageProcessing.Core Namespace > DeskewExtendedCommand Class : AngleResolution Property




Gets or sets the value that indicates the deskew angle precision on which the filter is applied.

Syntax

Visual Basic (Declaration) 
Public Property AngleResolution As Integer
Visual Basic (Usage)Copy Code
Dim instance As DeskewExtendedCommand
Dim value As Integer
 
instance.AngleResolution = value
 
value = instance.AngleResolution
C# 
public int AngleResolution {get; set;}
Managed Extensions for C++ 
public: __property int get_AngleResolution();
public: __property void set_AngleResolution( 
   int value
);
C++/CLI 
public:
property int AngleResolution {
   int get();
   void set (int value);
}

Return 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.

Example

Refer to DeskewExtendedCommand example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also