PdfDocumentCreateHeaderCanvas(Single, Single) Method

Creates a header canvas that can be assigned to the Header property of the document

Definition

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

Parameters

width  Single
The header width
height  Single
The header height

Return Value

PdfDocumentHeader
The header canvas

See Also