Gets or sets the form field background color

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

Syntax

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

Property Value

Type: PdfColor

See Also