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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents EXIF GPS tag 9 (0x09) and specifies status of GPS receiver at image creation time.
    See Also