[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinter.RawMode

RawMode - true if printer operates in Raw Mode (as opposed to PostScript or some other page description language)

Declaration

Source position: printers.pas line 285

public property TPrinter.RawMode: Boolean
  read FRawMode
  write SetRawMode;

Description

RawMode - true if printer operates in Raw Mode (as opposed to PostScript or some other page description language)

If Raw Mode is being used, text is sent directly to the printer device without formatting, and the Canvas is not used for setting up the pages

The latest version of this document can be found at lazarus-ccr.sourceforge.net.