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
)
Public Sub New (
colorant As String,
baseColor As PdfRGBColor
)
public:
PdfSeparationColorSpace(
String^ colorant,
PdfRGBColor baseColor
)
new :
colorant : string *
baseColor : PdfRGBColor -> PdfSeparationColorSpace
Parameters
-
colorant
-
Type:
System
String
The name of the colorant
-
baseColor
-
Type:
Spire.Pdf.Graphics
PdfRGBColor
The base color to be used
See Also