The Footer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Footer |
Initialize a new instance of the Footer class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BottomMargin |
Get or set the space between the bottom of the footer and the bottom of the page.
| |
| Clip |
Clip any content that does not fit.
(Inherited from Area.) | |
| Even |
Get or set if the area will appear on all even pages.
(Inherited from Area.) | |
| EvenFirst |
Get or set if the area appeas on the even-first page.
(Inherited from Area.) | |
| EvenLast |
Get or set if the area appeas on the even-last page.
(Inherited from Area.) | |
| EvenMiddle |
Get or set if the area appeas on the even-middle page.
(Inherited from Area.) | |
| First |
Get or set if the area will appear on each first page.
(Inherited from Area.) | |
| Height |
Get or set the vertical extent of this area in points (1/72 inch).
(Inherited from Area.) | |
| Last |
Get or set if the area will appear on each last page.
(Inherited from Area.) | |
| LastBehavior |
The LastBehavior is used to specify how the Last boolean should work. (default = NotFirst)
(Inherited from Area.) | |
| Left |
Get or set the left edge of the area.
(Inherited from Area.) | |
| Middle |
Gts or sets if the area will appear on each middle (non-first and non-last) page.
(Inherited from Area.) | |
| Odd |
Get or set if the area will appear on all odd pages.
(Inherited from Area.) | |
| OddFirst |
Get or set if the area appeas on the odd-first page.
(Inherited from Area.) | |
| OddLast |
Get or set if the area appeas on the odd-last page.
(Inherited from Area.) | |
| OddMiddle |
Get or set if the area appeas on the odd-middle page(s).
(Inherited from Area.) | |
| Paragraphs |
Get the collection of paragraphs that will be rendered from top to bottom.
(Inherited from Area.) | |
| Top |
Get or set the top edge of the area.
(Inherited from Area.) | |
| VerticalAlignment |
Get or set the vertical alignment of the contained ParagraphCollection.
(Inherited from Area.) | |
| Width |
Get or set the horizontal extent of this area in points (1/72 inch).
(Inherited from Area.) |