PSSetTitle()

Syntax

Function PSSetTitle(cTitle)
TPageScript:SetTitle(cTitle)

Returns

The old title.

Description

Call PSSetTitle() to set the title of the next print job. You should set the title before calling PSBeginDoc().

Arguments

cTitle A character string with the document title. cTitle is limited to 255 characters.