←Select platform

DeskewDetection Property

Summary

Sets deskew detection flags and gets the deskew angle information.

Syntax
C#
VB
C++
public DeskewDetectionData DeskewDetection { get; set; } 
Public Property DeskewDetection() As DeskewDetectionData 
   Get 
   Set 
public:  
   property DeskewDetectionData^ DeskewDetection 
   { 
      DeskewDetectionData^ get() 
      void set(DeskewDetectionData^ value) 
   } 

Property Value

DeskewDetectionData Class

Example

Runs the DetectDeskewOrientationCommand on an image.

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