PdfDocumentCreateHeaderCanvas Method

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfDocumentHeader CreateHeaderCanvas(
	float height
)

Parameters

height  Single
The header height

Return Value

PdfDocumentHeader
The document header canvas

See Also