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
stringThe name for the separation color
alternateSpace
PdfColorSpaceThe alternate colorspace
tintTransform
IPdfFunctionThe 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
Methods
GetBaseCs()
public virtual PdfColorSpace GetBaseCs()
Returns
GetName()
public virtual PdfName GetName()
Returns
GetNumberOfComponents()
public override int GetNumberOfComponents()
Returns
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