EVO HTML to PDF Converter

PdfDocumentOptionsShowHeader Property

EVO PDF Client for .NET Documentation
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.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public bool ShowHeader { get; set; }

Property Value

Type: Boolean
See Also

Reference