PdfPageHeader Property

The PDF page header canvas on which to draw PDF objects. This property can be initialized by the CreateHeaderCanvas(Single) method of this PDF page. The header assigned to this property will override the global document header.

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDocumentHeader Header { get; set; }

Property Value

PdfDocumentHeader

See Also