ExcelToPdfConverterPdfFooterOptions Property

Gets a reference to an object to control the generated PDF document footer options. The footer is displayed in the generated PDF document only if the ShowFooter property is true.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfFooterOptions PdfFooterOptions { get; }

Property Value

PdfFooterOptions

See Also