PdfHeaderEnabled Property

Controls if the generated PDF document has a header or not. This property is false by default and the document does not have a header

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public bool Enabled { get; set; }

Property Value

Boolean

See Also