PdfDocumentCreateFooterCanvas Method

Creates a footer canvas and assigns it to Footer property of the document. The width of the footer is given by the first page of the document

Definition

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

Parameters

height  Single
The footer height

Return Value

PdfDocumentFooter
The document footer canvas

See Also