ImageGear for .NET
GPSDestLongitude Property




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

Property Value

ImGearXMPGPSCoordinate class value.
Remarks
This XMP property represents EXIF GPS tag 22, 0x16 (position) and 21, 0x15 (East/West). Indicates destination longitude.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback