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.

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDocumentFooter Footer { get; set; }

Property Value

PdfDocumentFooter

See Also