Table of Contents

Class PdfSpecialCs.NChannel

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

Constructors

NChannel(IList<string>, PdfColorSpace, IPdfFunction, PdfDictionary)

Creates a new NChannel colorspace.

public NChannel(IList<string> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes)

Parameters

names IList<string>

the names for the components

alternateSpace PdfColorSpace

the alternative colorspace

tintTransform IPdfFunction

the function to transform colors to the alternate color space

attributes PdfDictionary

NChannel specific attributes

NChannel(PdfArray)

public NChannel(PdfArray pdfObject)

Parameters

pdfObject PdfArray

NChannel(PdfArray, PdfObject, PdfObject, PdfDictionary)

public NChannel(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes)

Parameters

names PdfArray
alternateSpace PdfObject
tintTransform PdfObject
attributes PdfDictionary

Methods

GetNChannelCsArray(PdfArray, PdfObject, PdfObject, PdfDictionary)

protected static PdfArray GetNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes)

Parameters

names PdfArray
alternateSpace PdfObject
tintTransform PdfObject
attributes PdfDictionary

Returns

PdfArray