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

In This Topic
    ExifFileSource Enumeration
    In This Topic
    Indicates the image source.
    Syntax
    'Declaration
     
    Public Enum ExifFileSource 
       Inherits System.Enum
    public enum ExifFileSource : System.Enum 
    Members
    MemberDescription
    DigitalCameraDigital camera (default)
    OthersOthers
    ScannerOfReflexTypeScanner of reflex type
    ScannerOfTransparentTypeScanner of transparent type
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also