GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TagGetExifRotation Method

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
public GdPictureRotateFlipType TagGetExifRotation( 
   int ImageID
)
public function TagGetExifRotation( 
    ImageID: Integer
): GdPictureRotateFlipType; 
public function TagGetExifRotation( 
   ImageID : int
) : GdPictureRotateFlipType;
public: GdPictureRotateFlipType TagGetExifRotation( 
   int ImageID
) 
public:
GdPictureRotateFlipType TagGetExifRotation( 
   int ImageID
) 

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