Click or drag to resize

PdfConverterPdfHeaderOptions Property

Gets a reference to an object to control the generated PDF document header options. The header is displayed in the generated PDF document if the PdfDocumentOptions.ShowHeader property is true.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfHeaderOptions PdfHeaderOptions { get; }

Property Value

Type: PdfHeaderOptions
See Also