ImageGear .NET - Updated
GPSVersionID Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : GPSVersionID Property
Gets or sets GPSVersionID property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSVersionID As ImGearXMPString
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPString
 
instance.GPSVersionID = value
 
value = instance.GPSVersionID
public ImGearXMPString GPSVersionID {get; set;}
public: __property ImGearXMPString* get_GPSVersionID();
public: __property void set_GPSVersionID( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ GPSVersionID {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 0 (0x00) and specifies a decimal encoding of each of the four EXIF bytes with period separators. The current value is '2.0.0.0'.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members