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;} |
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
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also