SetPrintName

Used in conjunction with the PrintHeaders property, this method replaces the default file name field of the print header with a specified string.

Syntax

bRet = KeyView.SetPrintName(szPrintName)

Parameters

Parameter Type Description
szPrintName String A string used to replace the file name field of the PrintHeader property. For example, you could replace the file name with "Copyright 2003".

Returns

Type Description
Boolean

TRUE if the method succeeds.

FALSE if the method fails.