When true, this property makes the template to be rendered in the back of the
page main content. By default this property is false.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool SendToBackground { get; set; } |
| Visual Basic |
|---|
Public Property SendToBackground As Boolean Get Set |
| Visual C++ |
|---|
public: property bool SendToBackground { bool get (); void set (bool value); } |