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

In This Topic
    CameraElevationAngle Property
    In This Topic
    Gets or sets the elevation/depression. Angle of the orientation of the camera (imaging optical axis) as the ambient situation at the shot. The unit is degree(°).
    Syntax
    'Declaration
     
    Public Property CameraElevationAngle As System.Nullable(Of Single)
    public System.Nullable<float> CameraElevationAngle {get; set;}
    See Also