HiQPdf Documentation

PdfDocumentCreateFooterCanvas Method (Single, Single)

Quickly Create High Quality PDFs
Creates a footer canvas that can be assigned to the Footer property of the document

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

public PdfDocumentFooter CreateFooterCanvas(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The footer width
height
Type: SystemSingle
The footer height

Return Value

Type: PdfDocumentFooter
A footer canvas
See Also

Reference