PdfDocumentOptionsShowFooter Property
This property controls the whether the footer appears or not in the PDF document generated by the converter.
The footer properties can be further customized by setting the properties of object exposed by the
PdfFooterOptions property of the ExcelToPdfConverter class.
The default value of this property is false.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool ShowFooter { get; set; }
Public Property ShowFooter As Boolean
Get
Set
public:
property bool ShowFooter {
bool get ();
void set (bool value);
}
member ShowFooter : bool with get, set
Property Value
Boolean