ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSImgDirection Property




In This Topic
    GPSImgDirection Property
    In This Topic
    Gets or sets GPSImgDirection property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property GPSImgDirection As ImGearXMPRational
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPRational
     
    instance.GPSImgDirection = value
     
    value = instance.GPSImgDirection
    public ImGearXMPRational GPSImgDirection {get; set;}
    public: __property ImGearXMPRational* get_GPSImgDirection();
    public: __property void set_GPSImgDirection( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ GPSImgDirection {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPRational class value.
    Remarks
    This XMP property represents EXIF GPS tag 17 (0x11) and specifies direction of image when captured, values range from 0 to 359.99.
    See Also