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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents EXIF GPS tag 8 (0x08) and specifies satellite information, format is unspecified.
    See Also