PdfHeader Class

This class controls the header of the PDF document generated by the HTML to PDF Converter. A reference to an object of this class is exposed by the Header property of the PdfDocumentControl class

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfHeader
Inheritance
Object    PdfHeader

Constructors

PdfHeaderInitializes a new instance of the PdfHeader class

Properties

AdjustPageCount Can be used to adjust the total number of pages in page numbering control
BackgroundColor The color to be used as background for the header
Enabled 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
FirstPageNumber Controls the number of the first page in page numbering control
Height Gets or sets the height in points of header. 1 point is 1/72 inch.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
Layout Layout a PDF object in the header
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also