EVO Word to PDF Converter

PdfDocumentOptionsShowHeader Property

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

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

public bool ShowHeader { get; set; }

Property Value

Type: Boolean
See Also

Reference