The base color to be used.

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 PdfRGBColor BaseColor { get; set; }
Public Property BaseColor As PdfRGBColor
	Get
	Set
public:
property PdfRGBColor BaseColor {
	PdfRGBColor get ();
	void set (PdfRGBColor value);
}
member BaseColor : PdfRGBColor with get, set

Property Value

PdfRGBColor

See Also