PdfDocumentCreateFooterCanvas(Single, Single) Method

Creates a footer canvas that can be assigned to the Footer property of the document

Definition

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

Parameters

width  Single
The footer width
height  Single
The footer height

Return Value

PdfDocumentFooter
A footer canvas

See Also