ImageGear .NET v25.2 - Updated
GPSDOP Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF GPS tag 11 (0x0B) and specifies degree of precision for GPS data.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.