HiQPdf Documentation

PdfDocumentCreateFooterCanvas Method

HiQPdf Client for .NET Core
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:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.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