Accusoft PrintPRO 8
PrintRawData Method
A one dimension variant array containing raw printer data.
The size of the array in bytes.
When set True the raw output is directed to the next logical page depending on the printer characteristics.
Description

Outputs data directly to a printer.

Syntax
Visual Basic
Public Sub PrintRawData( _
   ByVal varData As Variant, _
   ByVal Length As Long, _
   ByVal NewPage As Boolean _
) 
Parameters
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.
Remarks

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.

See Also

PrintPro Object  | PrintPro Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback