Click or drag to resize
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.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public PdfFooterOptions PdfFooterOptions { get; }

Property Value

Type: PdfFooterOptions
See Also