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.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic PdfHeaderOptions PdfHeaderOptions { get; }Public ReadOnly Property PdfHeaderOptions As PdfHeaderOptions
Get
Property Value
PdfHeaderOptions
See Also