ImageGear for .NET
GPSMeasureMode Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 10 (0x0A) and specifies GPS measurement mode.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback