Printer.getClientArea

Returns a rectangle which describes the area of the receiver which is capable of displaying data. <p> For a printer, this is the size of the printable area of the page, in pixels. </p>

@return the client area

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

@see #getBounds @see #computeTrim

class Printer
override
getClientArea
(
)

Meta