Gets and sets an OrientationDetectionDataFlags enumeration value that indicates whether to rotate the image according to the orientation angle.
public OrientationDetectionDataFlags Flags { get; set; }
Public Property Flags() As OrientationDetectionDataFlags
Get
Set
public:
property OrientationDetectionDataFlags^ Flags
{
OrientationDetectionDataFlags^ get()
void set(OrientationDetectionDataFlags^ value)
}
This flag indicates whether to detect the orientation angle and rotate the image accordingly, or just detect the orientation angle of the image.
Runs the DetectDeskewOrientationCommand on an image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET