AutoRotate

JpegImage.AutoRotate method

Perform automatic rotate of image depending on orientation data provided by Exif.

public void AutoRotate()

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThe ‘Orientation’ value of ‘JpegExifData’ is out of allowed range [1…8], so auto-rotation can not be applied.

See Also