Initializes a new instance of the PdfSeparationColorSpace class.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfSeparationColorSpace(
	string colorant,
	PdfRGBColor baseColor
)
Public Sub New ( 
	colorant As String,
	baseColor As PdfRGBColor
)
public:
PdfSeparationColorSpace(
	String^ colorant, 
	PdfRGBColor baseColor
)
new : 
        colorant : string * 
        baseColor : PdfRGBColor -> PdfSeparationColorSpace

Parameters

colorant
String
The name of the colorant
baseColor
PdfRGBColor
The base color to be used

See Also