Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / GpsAltitudeRef Enumeration

In This Topic
    GpsAltitudeRef Enumeration
    In This Topic
    Indicates the altitude used as the reference altitude.
    Syntax
    'Declaration
     
    Public Enum GpsAltitudeRef 
       Inherits System.Enum
    public enum GpsAltitudeRef : System.Enum 
    Members
    MemberDescription
    AboveSeaLevelSea level (default)
    BelowSeaLevelSea level reference (negative value)
    UnknownUnrecognized value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Exif.GpsAltitudeRef

    See Also