Accusoft PrintPRO 7
PrintRawData Method
See Also  Send Feedback
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.
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : PrintRawData Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.