PdfPageCustomFooterTemplate Property |
Represents the custom footer template for the page. It will replace the document footer template
on this page.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic Template CustomFooterTemplate { get; set; }
Public Property CustomFooterTemplate As Template
Get
Set
Property Value
Type:
Template
See Also