Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSeparationColorSpace(
PdfDocument document,
string name,
PdfColorSpace alternateSpace,
PdfFunction tintTransform
)
VB
Public Sub New (
document As PdfDocument,
name As String,
alternateSpace As PdfColorSpace,
tintTransform As PdfFunction
)
Parameters
- document
- Type: BitMiracle.Docotic.Pdf.PdfDocument
The document to which this color space belongs. - name
- Type: System.String
The name of the colorant that this Separation color space is
intended to represent. - alternateSpace
- Type: BitMiracle.Docotic.Pdf.PdfColorSpace
The alternate color space. - tintTransform
- Type: BitMiracle.Docotic.Pdf.PdfFunction
The tint transform function.
Remarks
The alternate color space can not be a Pattern, Indexed, Separation, or DeviceN
color space.
See Also