IHeaderFooter::htmlFoot Property
Retrieves the HTML representation of the footer, as specified by the footer formatting string entered in the IHeaderFooter::textFoot property of the HeaderFooter behavior.
Syntax
HRESULTÂ IHeaderFooter::get_htmlFoot(BSTRÂ *p);
Parameters
- p
Pointer to a variable of type BSTR that receives the HTML representation of the specified footer.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Use this string to add a footer to the pages ( DeviceRect's) in a print template.
See Also