←Select platform

OrientationDetection Property

Summary

Sets the orientation detection flags and gets the orientation angle information.

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

Property Value

OrientationDetectionData 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