←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
Objective-C
C++
Java
public int AngleResolution { get; set; } 
Public Property AngleResolution As Integer 
@property (nonatomic, assign) NSUInteger angleResolution 
public int getAngleResolution() 
public void setAngleResolution(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly