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




Gets or sets the value that indicates the maximum angle of deskew, in hundredths of degrees.

Syntax

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

Return Value

Value that indicates the maximum angle of deskew, in hundredths of degrees. Possible values range from 0 to 4500. This value is divided internally by 100.

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