FooterHtmlLayout
Represents a footer html layout of the page element.
public class FooterHtmlLayout
Public Class FooterHtmlLayout
Inheritance: ObjectFooterHtmlLayout
Licensing Info
This class 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.
Remarks
This class can be used to place Footer Html Layout on a page.
Properties
BottomMargin | Gets or sets the bottom margin of the footer. |
Center | Gets a HeaderFooterHtmlLayoutElement object that represents the center element of the footer. |
Left | Gets a HeaderFooterHtmlLayoutElement object that represents the left element of the footer. |
LeftMargin | Gets or sets the left margin of the footer. |
Right | Gets a HeaderFooterHtmlLayoutElement object that represents the right element of the footer. |
RightMargin | Gets or sets the right margin of the footer. |
TopPadding | Gets or sets the top padding of the footer. |
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) |