←Select platform

Flags Property

Summary

Gets and sets an OrientationDetectionDataFlags enumeration value that indicates whether to rotate the image according to the orientation angle.

Syntax
C#
VB
C++
public OrientationDetectionDataFlags Flags { get; set; } 
Public Property Flags() As OrientationDetectionDataFlags 
   Get 
   Set 

Property Value

This flag indicates whether to detect the orientation angle and rotate the image accordingly, or just detect the orientation angle of the image.

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