Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / GpsImgDirection Property

In This Topic
    GpsImgDirection Property
    In This Topic
    Gets or sets the direction of the image when it was captured.
    Syntax
    'Declaration
     
    Public Property GpsImgDirection As System.Nullable(Of Single)
    public System.Nullable<float> GpsImgDirection {get; set;}
    See Also