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

In This Topic
    ExifSensingMethod Enumeration
    In This Topic
    Indicates the image sensor type on the camera or input device.
    Syntax
    'Declaration
     
    Public Enum ExifSensingMethod 
       Inherits System.Enum
    public enum ExifSensingMethod : System.Enum 
    Members
    MemberDescription
    NotDefinedNot defined (default).
    OneChipAreaSensorOne-chip color area sensor
    SequentialAreaSensorColor sequential area sensor
    SequentialLinearSensorColor sequential linear sensor
    ThreeChipAreaSensorThree-chip color area sensor
    TrilinearSensorTrilinear sensor
    TwoChipAreaSensorTwo-chip color area sensor
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also