PdfDocumentOptionsShowHeader Property

This property controls the whether the header appears or not in the PDF document generated by the HTML to PDF converter. The header properties can be further customized by setting the properties of object exposed by the PdfHeaderOptions property of the HtmlToPdfConverter class. The default value of this property is false.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public bool ShowHeader { get; set; }

Property Value

Boolean

See Also