Click or drag to resize
Pdf Library for .NET

PdfFooter Class

Handles the properties of the footer of the generated pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfFooter

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfFooter

The PdfFooter type exposes the following members.

Constructors
  NameDescription
Public methodPdfFooter
Top
Properties
  NameDescription
Public propertyDisplayOnEvenPages
Controls the visibility of the footer on the even numbered pages of the generated pdf document.
Public propertyDisplayOnFirstPage
Controls the visibility of the footer on the first page of the generated pdf document.
Public propertyDisplayOnOddPages
Controls the visibility of the footer on the odd numbered pages of the generated pdf document.
Public propertyFirstPageNumber
Controls the page number for the first page being rendered.
Public propertyHeight
The height of the pdf document footer.
Public propertyTotalPagesOffset
Controls the total number of pages offset in the generated pdf document.
Top
Methods
  NameDescription
Public methodAdd
Adds an additional element to the footer of the pdf document.
Top
Remarks
This class encapsulates the options to control the footer in the rendered pdf document. The HtmlToPdf class contains a reference to an object of this type.

The footer is displayed only if DisplayFooter property of the Options object is true. If the DisplayFooter property of the Options object is false, the footer will not be displayed and all the options set here will have no effect.

See Also