Gets a reference to an object to control the generated PDF document header options. The header is displayed in the generated PDF document only if the ShowHeader property is true.

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

Syntax

C#
public PdfHeaderOptions PdfHeaderOptions { get; }
Visual Basic
Public ReadOnly Property PdfHeaderOptions As PdfHeaderOptions
	Get
Visual C++
public:
property PdfHeaderOptions^ PdfHeaderOptions {
	PdfHeaderOptions^ get ();
}

Property Value

Type: PdfHeaderOptions

See Also