ExpertPdf PDF Creator Library
FooterTemplate Property
NamespacesExpertPdf.PdfCreatorTemplateCollectionFooterTemplate
ExpertPdf PDF Creator Library
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
	Get
	Set
public:
property Template^ FooterTemplate {
	Template^ get ();
	void set (Template^ value);
}
Property Value

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)