Gets a reference to an empty PDF color having all components 0.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public static PdfColor Empty { get; }
Visual Basic
Public Shared ReadOnly Property Empty As PdfColor
	Get
Visual C++
public:
static property PdfColor^ Empty {
	PdfColor^ get ();
}

Property Value

Type: PdfColor

See Also