<< Click to Display Table of Contents >> DefineFooter |
Exactly the same as WriteBox(), but the object is inserted automatically on each new page. The string may contain the sequence "@PAGE” which will be replaced by the current page number.
The footer is inserted into the document by VPE on the current page and on all successively created pages. This function is intended to be used for very simple footers. For complex headers / footers see "Headers and Footers" in the Programmer's Manual.
method void VPE.DefineFooter(
VpeCoord Left,
VpeCoord Top,
VpeCoord Right,
VpeCoord Bottom,
string Text
)
VpeCoord Left, Top, Right, Bottom
position and dimensions
string Text
the footer text to output
Remarks:
After the footer has been defined once, it can not be redefined nor deleted.