←Select platform

AngleResolution Property

Summary

This value indicates the precision of the deskew angle on which the filter is applied.

Syntax
C#
VB
C++
public int AngleResolution { get; set; } 
Public Property AngleResolution() As Integer 
   Get 
   Set 
public:  
   property Int32 AngleResolution 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Value that indicates the Deskew angle precision on which the filter is applied. The valid range is from 1 to above AngleRange property. The real value is divided by 10.

Example

Refer to DetectDeskewOrientationCommand.

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