PdfConverterPdfFooterOptions Property |
Gets a reference to an object to control the generated PDF
document footer options.
The footer is displayed in the generated PDF document if the
PdfDocumentOptions.ShowFooter property is true.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic PdfFooterOptions PdfFooterOptions { get; }Public ReadOnly Property PdfFooterOptions As PdfFooterOptions
Get
Property Value
PdfFooterOptions
See Also