htmlFoot property

Retrieves the HTML representation of the footer, as specified by the footer formatting string entered in the textFoot property of the HeaderFooter behavior.

Syntax

HRESULT value = object.get_htmlFoot(BSTR* p);

Property values

Type: BSTR

the HTML representation of the specified footer.

Remarks

Use this string to add a footer to the pages (DeviceRect's) in a print template.

See also

TemplatePrinter