PdfSeparationColorSpace
Colorant Property
|
The name of the colorant.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Colorant { get; set; }
Public Property Colorant As String
Get
Set
public:
property String^ Colorant {
String^ get ();
void set (String^ value);
}
member Colorant : string with get, set
Property Value
Type:
String
See Also