ExpertPdf PDF Creator Library
CustomFooterTemplate Property
NamespacesExpertPdf.PdfCreatorPdfPageCustomFooterTemplate
ExpertPdf PDF Creator Library
Represents the custom footer template for the page. It will replace the document footer template on this page.
Declaration Syntax
C#Visual BasicVisual C++
public Template CustomFooterTemplate { get; set; }
Public Property CustomFooterTemplate As Template
	Get
	Set
public:
property Template^ CustomFooterTemplate {
	Template^ get ();
	void set (Template^ value);
}
Property Value

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