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

In This Topic
    ExifSubjectDistanceRange Enumeration
    In This Topic
    Indicates the distance to the subject.
    Syntax
    'Declaration
     
    Public Enum ExifSubjectDistanceRange 
       Inherits System.Enum
    public enum ExifSubjectDistanceRange : System.Enum 
    Members
    MemberDescription
    CloseViewClose view
    DistantViewDistant view
    MacroMacro
    NotDefinedNot defined (default).
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also