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

In This Topic
    ExifSharpness Enumeration
    In This Topic
    Indicates the direction of sharpness processing applied by the camera when the image was shot.
    Syntax
    'Declaration
     
    Public Enum ExifSharpness 
       Inherits System.Enum
    public enum ExifSharpness : System.Enum 
    Members
    MemberDescription
    HardHard
    NormalNormal (default)
    SoftSoft
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also