ImageGear .NET - Updated
GPSLatitude Property




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

Property Value

ImGearXMPGPSCoordinate class value.
Remarks
This XMP property represents EXIF GPS tag 2, 0x02 (position) and 1, 0x01 (North/South). Indicates latitude.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members