HiQPdf Documentation

PdfHeader Class

Quickly Create High Quality PDFs
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

SystemObject
  HiQPdfPdfHeader

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

public class PdfHeader

The PdfHeader type exposes the following members.

Constructors

  NameDescription
Public methodPdfHeader
Initializes a new instance of the PdfHeader class
Top
Properties

  NameDescription
Public propertyAdjustPageCount
Can be used to adjust the total number of pages in page numbering control
Public propertyBackgroundColor
The color to be used as background for the header
Public propertyEnabled
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
Public propertyFirstPageNumber
Controls the number of the first page in page numbering control
Public propertyHeight
Gets or sets the height in points of header. 1 point is 1/72 inch.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLayout
Layout a PDF object in the header
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference