Gets a null color.

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 static PdfRGBColor Empty { get; }
Public Shared ReadOnly Property Empty As PdfRGBColor
	Get
public:
static property PdfRGBColor Empty {
	PdfRGBColor get ();
}
static member Empty : PdfRGBColor with get

Property Value

PdfRGBColor
The empty.

See Also