ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback