PdfPageCreateFooterCanvas Method

Creates a footer canvas and assigns it to Footer property of the page

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDocumentFooter CreateFooterCanvas(
	float height
)

Parameters

height  Single
The footer height

Return Value

PdfDocumentFooter
The page footer canvas

See Also