[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Picture.ApplyImageExifRotation

ApplyImageExifRotation Method

ApplyImageExifRotation()

Rotates the current Picture according to the Exif orientation info in ImageData (if available).

Declaration
public bool ApplyImageExifRotation()
Public Function ApplyImageExifRotation() As Boolean
Returns
Type Description
bool

true if the Exif data was found and the picture was rotated, false otherwise.

Remarks

Sometimes images may contain Exif orientation data that cannot be represented by rotation, for example the data may contain mirroring instructions. Such cases are ignored.