Table of Contents

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 PdfDocument

The document to which this color space belongs.

name string

The name of the colorant that this Separation color space is intended to represent.

alternateSpace PdfColorSpace

The alternate color space.

tintTransform PdfFunction

The tint transform function.

Remarks

The alternate color space can not be a Pattern, Indexed, Separation, or DeviceN color space.