PrinterPageWidth()

Syntax

Result = PrinterPageWidth()
Description
Return the width of the drawing area.

Parameters

None.

Return value

The width of the drawing area, in pixels. The number changes with the DPI of the printer. This means than a document printed at 75 DPI will have a drawing area 4 times smaller than a document printed at 150 DPI. This value refers to the client area, the one you can write on. It doesn't count the hardware printer margins, but doesn't add any 'soft' margins.

See Also

PrinterPageHeight()

Supported OS

All

<- PrinterPageHeight() - Printer Index - PrinterVectorOutput() ->