Gets the layout container for the page footer.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer Footer()
VB
Public Function Footer As LayoutContainer
Return Value
Type:
LayoutContainerThe layout container.
Remarks
The library automatically applies
Footer style to page footers.
See Also