HiQPdf Documentation

PdfDocumentCreateHeaderCanvas Method (Single, Single)

Quickly Create High Quality PDFs
Creates a header canvas that can be assigned to the Header property of the document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfDocumentHeader CreateHeaderCanvas(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The header width
height
Type: SystemSingle
The header height

Return Value

Type: PdfDocumentHeader
The header canvas
See Also

Reference