VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.ColorSpaces Namespace / PdfDeviceNColorSpace Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfDeviceNColorSpace Class
    In This Topic
    Represents the DeviceN color space (PDF 1.3) that can contain an arbitrary number of color components.
    Object Model
    PdfColorSpace PdfColorSpace PdfColorSpace PdfColorSpace PdfDocument PdfIndirectReference PdfBasicObject PdfDeviceNColorSpace
    Syntax
    'Declaration
    
    Public Class PdfDeviceNColorSpace
       Inherits PdfColorSpace
    
    
    public class PdfDeviceNColorSpace : PdfColorSpace
    
    
    public __gc class PdfDeviceNColorSpace : public PdfColorSpace*
    
    
    public ref class PdfDeviceNColorSpace : public PdfColorSpace^
    
    
    Remarks

    They provide greater flexibility than is possible with standard device color spaces such as DeviceCMYK or with individual Separation color spaces. For example, it is possible to create a DeviceN color space consisting of only the cyan, magenta, and yellow color components, with the black component excluded.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace
             Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfDeviceNColorSpace

    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