Constructor PdfSeparationColorSpace
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfSeparationColorSpace(PdfDocument, string, PdfColorSpace, PdfFunction)
Initializes a new instance of the PdfSeparationColorSpace class.
public PdfSeparationColorSpace(PdfDocument document, string name, PdfColorSpace alternateSpace, PdfFunction tintTransform)
Parameters
documentPdfDocumentThe document to which this color space belongs.
namestringThe name of the colorant that this Separation color space is intended to represent.
alternateSpacePdfColorSpaceThe alternate color space.
tintTransformPdfFunctionThe tint transform function.
Remarks
The alternate color space can not be a Pattern, Indexed, Separation, or DeviceN color space.