This class encapsulates the options to control the appearance of the header in the rendered PDF document. The PdfConverter class exposes a a reference to an object of this type in PdfHeaderOptions property. If the ShowHeader property of the PdfDocumentOptions object exposed exposed by the PdfDocumentOptions property is false, the header options have no efect.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfHeaderOptions
Visual Basic
Public Class PdfHeaderOptions
Visual C++
public ref class PdfHeaderOptions

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfHeaderOptions

See Also