Winnovative RTF to PDF Converter Library for .NET
ShowHeader Property
NamespacesWinnovative.WnvRtfToPdfPdfDocumentOptionsShowHeader
Winnovative RTF to PDF Converter Library for .NET
This property controls the whether the header appears or not in the rendered PDF document. The header properties can be further customized by setting the properties of the PDFHeaderOptions object exposed by the PDFHeaderOptions property of the PDFConverter class.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowHeader { get; set; }
Public Property ShowHeader As Boolean
public:
property bool ShowHeader {
	bool get ();
	void set (bool value);
}

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 2.0.5.0 (2.0.5.0)