Gets or sets the color of the pen.

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

Property Value

PdfRGBColor

See Also