TemplateSendToBackground Property
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: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool SendToBackground { get; set; }
Public Property SendToBackground As Boolean
Get
Set
public:
property bool SendToBackground {
bool get ();
void set (bool value);
}
member SendToBackground : bool with get, set
Property Value
Boolean