Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Picture Class / ApplyImageExifRotation Method

In This Topic
    ApplyImageExifRotation Method
    In This Topic
    Rotates the current Picture according to the Exif orientation info in ImageData (if available).
    Syntax
    'Declaration
     
    Public Function ApplyImageExifRotation() As System.Boolean
    public System.bool ApplyImageExifRotation()

    Return Value

    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.
    See Also