ImageGear .NET
GPSImgDirectionRef Property




Gets or sets GPSImgDirectionRef property of the EXIF XMP schema.
Syntax
public ImGearXMPEnum<ImGearEXIFGPSDirectionReference> GPSImgDirectionRef {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFGPSDirectionReference>* get_GPSImgDirectionRef();
public: __property void set_GPSImgDirectionRef( 
   ImGearXMPEnum<ImGearEXIFGPSDirectionReference>* value
);
'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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback