Table of Contents

Class PdfColorSpace

Namespace
iText.Kernel.Pdf.Colorspace
Assembly
itext.kernel.dll

Represents the most common properties of color spaces.

public abstract class PdfColorSpace : PdfObjectWrapper<PdfObject>
Inheritance
PdfColorSpace
Derived
Inherited Members

Constructors

PdfColorSpace(PdfObject)

protected PdfColorSpace(PdfObject pdfObject)

Parameters

pdfObject PdfObject

Fields

DIRECT_COLOR_SPACES

public static readonly ICollection<PdfName> DIRECT_COLOR_SPACES

Field Value

ICollection<PdfName>

Methods

GetNumberOfComponents()

public abstract int GetNumberOfComponents()

Returns

int

MakeColorSpace(PdfObject)

public static PdfColorSpace MakeColorSpace(PdfObject pdfObject)

Parameters

pdfObject PdfObject

Returns

PdfColorSpace