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
Inheritance Hierarchy
HiQPdfPdfHeader
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfHeader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PdfHeader | Initializes a new instance of the PdfHeader class |
Properties
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Layout |
Layout a PDF object in the header
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also