Gets or sets the element foreground color.

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

Syntax

C#
public PdfColor ForeColor { get; set; }
Visual Basic
Public Property ForeColor As PdfColor
	Get
	Set
Visual C++
public:
property PdfColor^ ForeColor {
	PdfColor^ get ();
	void set (PdfColor^ value);
}

Property Value

Type: PdfColor

See Also