ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSImgDirectionRef Property




In This Topic
GPSImgDirectionRef Property
In This Topic
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

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