VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.ColorSpaces Namespace / PdfColorSpaceFamily Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfColorSpaceFamily Enumeration
    In This Topic
    Specifies available color space families.
    Syntax
    'Declaration
    
    Public Enum PdfColorSpaceFamily
       Inherits System.Enum
    
    
    public enum PdfColorSpaceFamily : System.Enum
    
    
    __value public enum PdfColorSpaceFamily : public System.Enum
    
    
    public enum class PdfColorSpaceFamily : public System.Enum
    
    
    Members
    MemberDescription
    DeviceGray(PDF 1.1) Device Gray color space.
    CalGray(PDF 1.1) Cal Gray color space.
    Indexed(PDF 1.1) Indexed color space.
    DeviceRGB(PDF 1.1) Device RGB color space.
    CalRGB(PDF 1.1) Cal RGB color space.
    Pattern(PDF 1.2) Pattern color space.
    DeviceCMYK(PDF 1.1) Device CMYK color space.
    LabLab color space. (PDF 1.1)
    Separation(PDF 1.2) Separation color space.
    ICCBased(PDF 1.3) ICC-based color space.
    DeviceN(PDF 1.3) Device N color space.
    RuntimeManagedManaged color space.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpaceFamily

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also