ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSProcessingMethod Property




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents EXIF GPS tag 27 (0x1B) and specifies a character string recording the name of the method used for location finding.
    See Also