Table of Contents

Class PdfSpecialCs.Separation

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

Constructors

Separation(string, PdfColorSpace, IPdfFunction)

Creates a new separation color space.

public Separation(string name, PdfColorSpace alternateSpace, IPdfFunction tintTransform)

Parameters

name string

The name for the separation color

alternateSpace PdfColorSpace

The alternate colorspace

tintTransform IPdfFunction

The function how the transform colors in the separation color space to the alternate color space

Separation(PdfArray)

public Separation(PdfArray pdfObject)

Parameters

pdfObject PdfArray

Separation(PdfName, PdfObject, PdfObject)

public Separation(PdfName name, PdfObject alternateSpace, PdfObject tintTransform)

Parameters

name PdfName
alternateSpace PdfObject
tintTransform PdfObject

Methods

GetBaseCs()

public virtual PdfColorSpace GetBaseCs()

Returns

PdfColorSpace

GetName()

public virtual PdfName GetName()

Returns

PdfName

GetNumberOfComponents()

public override int GetNumberOfComponents()

Returns

int

GetTintTransformation()

Gets the function to calulate a separation color value to an alternative colorspace.

public virtual IPdfFunction GetTintTransformation()

Returns

IPdfFunction

a IPdfFunction to perform the calculation