ImageGear for .NET
GPSTrackRef Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 14 (0x0E) and specifies reference for movement direction.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback