Winnovative PDF Creator Library for .NET
FooterTemplate Property
NamespacesWinnovative.PdfCreatorDocumentFooterTemplate
Winnovative PDF Creator Library for .NET
Represents the default PDF document footer template. This footer is automatically considered when calculating the available space for rendering in a PDF page. This template is automatically docked to the bottom of the PDF page.
Declaration Syntax
C#Visual BasicVisual C++
public Template FooterTemplate { get; set; }
Public Property FooterTemplate As Template
public:
property Template^ FooterTemplate {
	Template^ get ();
	void set (Template^ value);
}

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 5.0.3.0 (5.0.3.0)