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

In This Topic
    ExifColorSpace Enumeration
    In This Topic
    The color space specifier.
    Syntax
    'Declaration
     
    Public Enum ExifColorSpace 
       Inherits System.Enum
    public enum ExifColorSpace : System.Enum 
    Members
    MemberDescription
    NotDefinedNot defined (default).
    sRGBThe color space based on the PC monitor conditions and environment.
    UncalibratedIndicates that a color space other than sRGB is used.
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also