Click or drag to resize

PdfSeparationColorSpace Constructor

Initializes a new instance of the PdfSeparationColorSpace class.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSeparationColorSpace(
	string colorant,
	PdfRGBColor baseColor
)

Parameters

colorant
Type: System String
The name of the colorant
baseColor
Type: Spire.Pdf.Graphics PdfRGBColor
The base color to be used
See Also