HiQPdf Documentation

PdfDocumentCreateFooterCanvas Method (Single)

Quickly Create High Quality PDFs
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

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfDocumentFooter CreateFooterCanvas(
	float height
)

Parameters

height
Type: SystemSingle
The footer height

Return Value

Type: PdfDocumentFooter
The document footer canvas
See Also

Reference