VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.ColorSpaces Namespace / PdfIccBasedColorSpace Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfIccBasedColorSpace Class
    In This Topic
    Represents ICC-Based color spaces (PDF 1.3), which are based on a cross-platform color profile as defined by the International Color Consortium (ICC).
    Object Model
    PdfColorSpace PdfColorSpace PdfColorSpace PdfColorSpace PdfColorSpace PdfIccProfileResource PdfDocument PdfIndirectReference PdfBasicObject PdfIccBasedColorSpace
    Syntax
    'Declaration
    
    Public Class PdfIccBasedColorSpace
       Inherits PdfColorSpace
    
    
    public class PdfIccBasedColorSpace : PdfColorSpace
    
    
    public __gc class PdfIccBasedColorSpace : public PdfColorSpace*
    
    
    public ref class PdfIccBasedColorSpace : public PdfColorSpace^
    
    
    Remarks

    Unlike the CalGray, CalRGB, and Lab color spaces, which are characterized by entries in the color space dictionary, an ICCBased color space is characterized by a sequence of bytes in a standard format. Details of the profile format can be found in the ICC specification.

    Inheritance Hierarchy

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

    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