HiQPdf Documentation

PdfDocumentCreateHeaderCanvas Method

HiQPdf Client for .NET Core
Creates a header canvas and assigns it to Header property of the document. The width of the header is given by the first page of the document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfDocumentHeader CreateHeaderCanvas(
	float height
)

Parameters

height
Type: SystemSingle
The header height

Return Value

Type: PdfDocumentHeader
The document header canvas
See Also

Reference