Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

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.
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;}
@property (nonatomic, assign) NSUInteger angleResolution
public int getAngleResolution()
public void setAngleResolution(int value)
            
 <br/>get_AngleResolution();<br/>set_AngleResolution(value);<br/>Object.defineProperty('AngleResolution'); 
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

See Also

Reference

DeskewCommand Class
DeskewCommand Members

Error processing SSI file