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

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