Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AngleRange Property
See Also 
Leadtools.ImageProcessing 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;}
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

For an example, refer to DeskewExtendedCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also