PSSetDirectPrint()
 

Syntax

Function PSSetDirectPrint(lDirect)
TPageScript:SetDevice(lDirect)

Returns

NIL.

Description

Call PSSetDirectPrint() before PSBeginDoc() if you want to start a new print job without setting any of the documents properties like page size, number of copies, orientation, duplex and so on.

Arguments

lDirect If set to True, the print job is started without regards to document properties.