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: 6.0.0.0

Syntax

C#
public PdfDocumentFooter CreateFooterCanvas(
	float height
)
Visual Basic
Public Function CreateFooterCanvas ( _
	height As Single _
) As PdfDocumentFooter
Visual C++
public:
PdfDocumentFooter^ CreateFooterCanvas(
	float height
)

Parameters

height
Type: System..::..Single
The footer height

Return Value

The document footer canvas

See Also