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
document
PdfDocumentThe document to which this color space belongs.
name
stringThe name of the colorant that this Separation color space is intended to represent.
alternateSpace
PdfColorSpaceThe alternate color space.
tintTransform
PdfFunctionThe tint transform function.
Remarks
The alternate color space can not be a Pattern, Indexed, Separation, or DeviceN color space.