Arbortext IsoView > Programmer's Reference > Print Functions > SetPrintStrings
  
SetPrintStrings
Use this method to set the text for the header and footer strings placed on a printed page. Use SetPrintStringStyle to configure the style and position of these strings.
Introduced with Arbortext IsoView 2.0.
Syntax
SetPrintStringsHeaderFooter
Parameters:
Header
Defines the text for page header as BSTR.
Footer
Defines the text for the page footer as BSTR. Within this text, the following macros can be used:
$PATH
filename and path of the illustration
$NAME
filename of the illustration
$DATE
current date
$TIME
current time
document.ivx1.SetPrintStrings (“Parametric Technology Corporation”, “PTC”);