The PDF document footer. The CreateFooterCanvas(Single, Single) method can be used to create an object of PdfDocumentFooter type

Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0

Syntax

C#
public PdfDocumentFooter Footer { get; set; }
Visual Basic
Public Property Footer As PdfDocumentFooter
	Get
	Set
Visual C++
public:
property PdfDocumentFooter^ Footer {
	PdfDocumentFooter^ get ();
	void set (PdfDocumentFooter^ value);
}

Property Value

Type: PdfDocumentFooter

See Also