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




In This Topic
    GPSDifferential Property
    In This Topic
    Gets or sets GPSDifferential property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property GPSDifferential As ImGearXMPEnum(Of ImGearEXIFGPSDifferential)
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPEnum(Of ImGearEXIFGPSDifferential)
     
    instance.GPSDifferential = value
     
    value = instance.GPSDifferential
    public ImGearXMPEnum<ImGearEXIFGPSDifferential> GPSDifferential {get; set;}
    public: __property ImGearXMPEnum<ImGearEXIFGPSDifferential>* get_GPSDifferential();
    public: __property void set_GPSDifferential( 
       ImGearXMPEnum<ImGearEXIFGPSDifferential>* value
    );
    public:
    property ImGearXMPEnum<ImGearEXIFGPSDifferential>^ GPSDifferential {
       ImGearXMPEnum<ImGearEXIFGPSDifferential>^ get();
       void set (    ImGearXMPEnum<ImGearEXIFGPSDifferential>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFGPSDifferential type parameter.
    Remarks
    This XMP property represents EXIF GPS tag 30 (0x1E) and indicates whether differential correction is applied to the GPS receiver.
    See Also