The PDF document footer canvas. An object of this type can be constructed using the CreateFooterCanvas(Single, Single)
method of the PdfDocument class
Inheritance Hierarchy
HiQPdfPdfCanvas
HiQPdfPdfRepeatCanvas
HiQPdfPdfDocumentFooter
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfDocumentFooter type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdjustPageCount |
Can be used to adjust the total number of pages in page numbering control
(Inherited from PdfRepeatCanvas.) | |
AnchoringMode |
Controls the anchoring mode of the canvas in PDF page
(Inherited from PdfRepeatCanvas.) | |
DockingMode |
Controls the docking mode of the canvas in PDF page
(Inherited from PdfRepeatCanvas.) | |
DrawableRectangle |
The rectangle in canvas where the PDF objects can be laid out. The position of all the PDF objects laid out in canvas
are relative to this rectangle
(Inherited from PdfCanvas.) | |
FirstPageNumber |
Controls the number of the first page in page numbering control
(Inherited from PdfRepeatCanvas.) | |
Height |
The canvas height in points
(Inherited from PdfRepeatCanvas.) | |
ParentDocument |
The parent document of this canvas
(Inherited from PdfCanvas.) | |
Rectangle |
The bounding rectangle of this canvas, the same in each PDF page
(Inherited from PdfRepeatCanvas.) | |
RepeatInBackground |
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.) | |
RepeatInEvenPages |
Controls if the canvas is repeated in even pages of the PDF document. By default is repeated on all pages
(Inherited from PdfRepeatCanvas.) | |
RepeatInFirstPage |
Controls if the canvas is repeated in the first page of the PDF document. By default is repeated on all pages
(Inherited from PdfRepeatCanvas.) | |
RepeatInOddPages |
Controls if the canvas is repeated in odd pages of the PDF document. By default is repeated on all pages
(Inherited from PdfRepeatCanvas.) | |
Width |
The canvas width in points
(Inherited from PdfRepeatCanvas.) |
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 the PDF object given as parameter in this repeated canvas
(Inherited from PdfRepeatCanvas.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
RepeatingInPdfPageEvent |
The event is raised right before the canvas is repeated in a PDF page. You can set the
CancelRepeating property to false to cancel canvas repeating in PDF page
(Inherited from PdfRepeatCanvas.) |
See Also