ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSMeasureMode Property




In This Topic
    GPSMeasureMode Property
    In This Topic
    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