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