Outputs data directly to a printer.
- varData
- A one dimension variant array containing raw printer data.
- Length
- The size of the array in bytes.
- NewPage
- When set True the raw output is directed to the next logical page depending on the printer characteristics.
The PrintRawData method lets you print data directly to the current printer. Since the printer driver is by-passed by this method the data must be printer specific. The raw data may contain printer commands, codes and binary data. Large amounts of data may be sent to the printer using this technique.