ImageGear .NET - Updated
GPSImgDirectionRef Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : GPSImgDirectionRef Property
Gets or sets GPSImgDirectionRef property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSImgDirectionRef As ImGearXMPEnum(Of ImGearEXIFGPSDirectionReference)
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFGPSDirectionReference)
 
instance.GPSImgDirectionRef = value
 
value = instance.GPSImgDirectionRef
public ImGearXMPEnum<ImGearEXIFGPSDirectionReference> GPSImgDirectionRef {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFGPSDirectionReference>* get_GPSImgDirectionRef();
public: __property void set_GPSImgDirectionRef( 
   ImGearXMPEnum<ImGearEXIFGPSDirectionReference>* value
);

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFGPSDirectionReference type parameter.
Remarks
This XMP property represents EXIF GPS tag 16 (0x10) and specifies reference for movement direction.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members