drawWidth
Type: Integer
Availability: Read or write at run time only
The drawWidth property of the Printer class contains the line width for output from printer graphics methods. To increase the width of the line, increase the value of the drawWidth property.
Set the drawWidth property to a value in the range 1 through 32,767. This value represents the width of the line in pixels. The default value is 1 pixel wide.
For details about placing output directly on a printer page at any location without the use of frames and drawing rotated text and characters, see "Free-Format Printing", later in this chapter.