←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly