HiQPdf Documentation

PdfDocumentCreateHeaderCanvas Method (Single)

Quickly Create High Quality PDFs
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:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.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