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

In This Topic
    ExifSceneCaptureType Enumeration
    In This Topic
    Indicates the type of scene that was shot.
    Syntax
    'Declaration
     
    Public Enum ExifSceneCaptureType 
       Inherits System.Enum
    public enum ExifSceneCaptureType : System.Enum 
    Members
    MemberDescription
    LandscapeLandscape
    NightSceneNight scene
    PortraitPortrait
    StandardStandard (default)
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also