PSPrintRawFile()

Syntax

Function PSPrintRawFile(cFileName, lDelete, nPrinter, cTitle)
TPageScript:PrintRawFile(cFileName, lDelete, nPrinter, cTitle)

Returns

Nothing.

Description

PSPrintRawFile() works in conjunction with PSBeginRawDoc() and PSEndRawDoc() and shouldn't be called directly. It enables you to send RAW data to the printer selected when the print job was started.

Arguments

cFileName Name of the RAW file to print.
lDelete Tells PageScript 32 to delete or keep the file after completing the print job.
nPrinter Printer number on which the print job is to be sent.
cTitle Title of the print job.