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
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfDocumentFooter CreateFooterCanvas(
float height
)
Public Function CreateFooterCanvas (
height As Single
) As PdfDocumentFooter
public:
PdfDocumentFooter^ CreateFooterCanvas(
float height
)
member CreateFooterCanvas :
height : float32 -> PdfDocumentFooter
- height Single
- The footer height
PdfDocumentFooterThe document footer canvas