PdfFooter Class

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

Definition

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

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 footer
Enabled Controls if the generated PDF document has a footer or not. This property is false by default and the document does not have a footer
FirstPageNumber Controls the number of the first page in page numbering control
Height The footer height in points
RepeatInEvenPages Controls if the footer is repeated in even pages of the PDF document. By default is repeated on all pages
RepeatInFirstPage Controls if the footer is repeated in the first page of the PDF document. By default is repeated on all pages
RepeatInOddPages Controls if the footer is repeated in odd pages of the PDF document. By default is repeated on all pages

Methods

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

See Also