HiQPdf Documentation

PdfDocumentFooter Class

HiQPdf Client for .NET Core
The PDF document footer canvas
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfCanvas
    HiQPdfClientPdfRepeatCanvas
      HiQPdfClientPdfDocumentFooter

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public class PdfDocumentFooter : PdfRepeatCanvas

The PdfDocumentFooter type exposes the following members.

Properties

  NameDescription
Public propertyAdjustPageCount
Can be used to adjust the total number of pages in page numbering control
(Inherited from PdfRepeatCanvas.)
Public propertyAnchoringMode
Controls the anchoring mode of the canvas in PDF page
(Inherited from PdfRepeatCanvas.)
Public propertyDockingMode
Controls the docking mode of the canvas in PDF page
(Inherited from PdfRepeatCanvas.)
Public propertyFirstPageNumber
Controls the number of the first page in page numbering control
(Inherited from PdfRepeatCanvas.)
Public propertyHeight
Gets the canvas height in points
(Inherited from PdfRepeatCanvas.)
Public propertyParentDocument
The parent document of this canvas
(Inherited from PdfCanvas.)
Public propertyRectangle
The bounding rectangle of this canvas, the same in each PDF page
(Inherited from PdfRepeatCanvas.)
Public propertyRepeatInBackground
Controls if the canvas is repeated in back of the page content. By default the canvas is rendered in the front of the main content
(Inherited from PdfRepeatCanvas.)
Public propertyRepeatInEvenPages
Controls if the canvas is repeated in even pages of the PDF document. By default is repeated on all pages
(Inherited from PdfRepeatCanvas.)
Public propertyRepeatInFirstPage
Controls if the canvas is repeated in the first page of the PDF document. By default is repeated on all pages
(Inherited from PdfRepeatCanvas.)
Public propertyRepeatInOddPages
Controls if the canvas is repeated in odd pages of the PDF document. By default is repeated on all pages
(Inherited from PdfRepeatCanvas.)
Public propertyWidth
Gets the canvas width in points
(Inherited from PdfRepeatCanvas.)
Public propertyX
Gets the canvas X location in points
(Inherited from PdfRepeatCanvas.)
Public propertyY
Gets the canvas Y location in points
(Inherited from PdfRepeatCanvas.)
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 the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLayout
Layout the PDF object given as parameter in this repeated canvas
(Inherited from PdfRepeatCanvas.)
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