Printer.startPage

Starts a page and returns true if the page started successfully and false otherwise. <p> After calling startJob, this method may be called any number of times along with a matching endPage. </p>

@return true if the page started successfully and false otherwise.

@exception SWTException <ul> <li>ERROR_DEVICE_DISPOSED - if the receiver has been disposed</li> </ul>

@see #endPage @see #startJob @see #endJob

class Printer
bool
startPage
(
)

Meta