ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback