HeaderFooterText
Represents a Header Footer Text of the page element.
public class HeaderFooterText
Public Class HeaderFooterText
Inheritance: ObjectHeaderFooterText
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Remarks
This class can be used for header footer template to place Header Footer Text on a page.
Constructors
HeaderFooterText(String) | Initializes a new instance of the HeaderFooterText class. |
HeaderFooterText(String, Font, Single) | Initializes a new instance of the HeaderFooterText class. |
Properties
Font | Gets or sets the Font for the header footer text. |
FontSize | Gets or sets the font size for the header footer text. |
Text | Gets or sets the text for the header footer text. |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (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) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |