PdfPageHeader Property
Represents the custom header template for the page. It will replace the document header template
on this page.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Template Header { get; set; }
Public Property Header As Template
Get
Set
public:
property Template^ Header {
Template^ get ();
void set (Template^ value);
}
member Header : Template with get, set
Property Value
Template