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
PdfColorSpacethe alternate colorspace
tintTransform
IPdfFunctionthe 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
Fields
numOfComponents
protected int numOfComponents
Field Value
Methods
GetBaseCs()
public virtual PdfColorSpace GetBaseCs()
Returns
GetDeviceNCsArray(PdfArray, PdfObject, PdfObject)
protected static PdfArray GetDeviceNCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform)
Parameters
Returns
GetNames()
public virtual PdfArray GetNames()
Returns
GetNumberOfComponents()
public override int GetNumberOfComponents()