PostScriptFileDevice.printableRect
bool printableRect(out int w, out int h) @trustedGets the dimensions of the printable area.
Parameters
w | Receives the printable width |
h | Receives the printable height |
Returns
true on success, false on error
bool printableRect(out int w, out int h) @trustedGets the dimensions of the printable area.
w | Receives the printable width |
h | Receives the printable height |