EVO RTF to PDF Converter Library for .NET
SystemObject
EvoPdf.RtfToPdfPdfFooterOptions
Assembly: evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Top
Top
Top
This class encapsulates the options to control the appearance of the
footer in the rendered PDF document. The PDFConverter class contains a
reference to an object of this type. If the ShowFooter property from PDFDocumentOptions
object is false, the footer options have no effect
Inheritance Hierarchy
EvoPdf.RtfToPdfPdfFooterOptions
Namespace: EvoPdf.RtfToPdf
Assembly: evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The PdfFooterOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfFooterOptions | Initializes a new instance of the PdfFooterOptions class |
Properties
| Name | Description | |
|---|---|---|
| DrawFooterLine |
When true, a line is displayed above the footer area. The default value is true.
| |
| FooterText |
The text to appear in the rendered PDF document footer
| |
| FooterTextColor |
The color of the text displayed in the footer
| |
| PageNumberText |
The text to be displayed before the page number. The default value is 'Page'
| |
| ShowPageNumber |
When true, the page numbers. The default value is true.
|
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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also