When true, this property makes the template to be rendered in front of the page main content. By default this property is true.

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

Syntax

C#
public bool BringToFront { get; set; }
Visual Basic
Public Property BringToFront As Boolean
	Get
	Set
Visual C++
public:
property bool BringToFront {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also