Table of Contents

Class PdfSpecialCs.DeviceN

Namespace
iText.Kernel.Pdf.Colorspace
Assembly
itext.kernel.dll
public class PdfSpecialCs.DeviceN : PdfSpecialCs
Inheritance
PdfSpecialCs.DeviceN
Derived
Inherited Members

Constructors

DeviceN(IList<string>, PdfColorSpace, IPdfFunction)

Creates a new DiviceN colorspace.

public DeviceN(IList<string> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform)

Parameters

names IList<string>

the names of the components

alternateSpace PdfColorSpace

the alternate colorspace

tintTransform IPdfFunction

the function to transform colors to the alternate colorspace

DeviceN(PdfArray)

public DeviceN(PdfArray pdfObject)

Parameters

pdfObject PdfArray

DeviceN(PdfArray, PdfObject, PdfObject)

public DeviceN(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform)

Parameters

names PdfArray
alternateSpace PdfObject
tintTransform PdfObject

Fields

numOfComponents

protected int numOfComponents

Field Value

int

Methods

GetBaseCs()

public virtual PdfColorSpace GetBaseCs()

Returns

PdfColorSpace

GetDeviceNCsArray(PdfArray, PdfObject, PdfObject)

protected static PdfArray GetDeviceNCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform)

Parameters

names PdfArray
alternateSpace PdfObject
tintTransform PdfObject

Returns

PdfArray

GetNames()

public virtual PdfArray GetNames()

Returns

PdfArray

GetNumberOfComponents()

public override int GetNumberOfComponents()

Returns

int