ImageGear v26.0 - Updated
GPSMapDatum Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 18 (0x12) and specifies geodetic survey data.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.