GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / TagGetExifRotation Method
GdPicture image identifier.





In This Topic
TagGetExifRotation Method (GdPictureImaging)
In This Topic
Returns the kind of rotation, if any, defined by the exif orientation tag.
Syntax
'Declaration
 
Public Function TagGetExifRotation( _
   ByVal ImageID As Integer _
) As GdPictureRotateFlipType
 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureRotateFlipType enumeration.
Remarks

Use the GetStat() method to determine if this method succeeded.

GdPictureRotateFlipType.GdPictureRotateNoneFlipNone is returned in case of no orientation tag found on the specified GdPicture image.

See Also