HeaderFooterText Constructors
Overloads
HeaderFooterText(String) | Initializes a new instance of the HeaderFooterText class. |
HeaderFooterText(String, Font, Single) | Initializes a new instance of the HeaderFooterText class. |
HeaderFooterText(String)
Initializes a new instance of the HeaderFooterText class.
public HeaderFooterText(string text)
Public Sub New (text As String)
Parameters
- text
- String
This text can be used for header footer template to display the text on the page.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
HeaderFooterText(String, Font, Single)
Initializes a new instance of the HeaderFooterText class.
public HeaderFooterText(string text, Font font, float fontSize)
Public Sub New (text As String, font As Font, fontSize As Single)
Parameters
- text
- String
This text can be used for header footer template to display the text on the page.
- fontSize
- Single
The font size representing size of the header footer text.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.