ImageGear .NET - Updated
GPSAreaInformation Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 28 (0x1C) and specifies a character string recording the name of the GPS area.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members