This must be the first method called to initiate a print job, followed by any number of startPage/endPage calls, followed by endJob. Calling startPage, endPage, or endJob before startJob will result in undefined behavior.
@param jobName the name of the print job to start @return true if the job started successfully and false otherwise. @exception SWTException
|
|
|
|
|
|
|
|
|
|
|
|