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.
public int AngleResolution { get; set; }
Public Property AngleResolution As Integer
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');
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.
Refer to AngleRange Example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET