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) unsigned int angleResolution;
public int getAngleResolution()
public void setAngleResolution(int value)
get_AngleResolution();
set_AngleResolution(value);
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.