PdfPageFooter Property
The PDF page footer canvas on which to draw PDF objects. This property can be initialized
by the
CreateFooterCanvas(Single) method of this PDF page. The footer
assigned to this property will override the global document footer.
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfDocumentFooter Footer { get; set; }
Public Property Footer As PdfDocumentFooter
Get
Set
public:
property PdfDocumentFooter^ Footer {
PdfDocumentFooter^ get ();
void set (PdfDocumentFooter^ value);
}
member Footer : PdfDocumentFooter with get, set
Property Value
PdfDocumentFooter