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:

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

FontGets or sets the Font for the header footer text.
FontSizeGets or sets the font size for the header footer text.
TextGets 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)

See Also

ceTe.DynamicPDF

In this topic