←Select platform

AngleResolution Property

Summary

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

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property int AngleResolution { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly