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 efect
| C# | Visual Basic | Visual C++ |
public class PdfFooterOptions
Public Class PdfFooterOptions
public ref class PdfFooterOptions
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PdfFooterOptions()()() | ||
| DrawFooterLine |
When true, a line is displayed above the footer area. The default value is true.
| |
| Equals(Object) | (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.) | |
| FooterText |
The text to appear in the rendered PDF document footer
| |
| FooterTextColor |
The color of the text displayed in the footer
| |
| 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.) | |
| 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.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| PdfFooterOptions | |