Accusoft PrintPRO 7
PrintData Method
See Also  Send Feedback
varData
A variant array of bytes.
Length
The number of bytes in the array. Length must be between 1 and 255.
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : PrintData Method

Glossary Item Box

Description

Places data stored in an array of bytes into the document to be printed.

Syntax

Visual Basic
Public Sub PrintData( _
   ByVal varData As Variant, _
   ByVal Length As Long _
) 

Parameters

varData
A variant array of bytes.
Length
The number of bytes in the array. Length must be between 1 and 255.

Remarks

If a printer has not been selected or a document has not been started, the PrintData method will select the default printer and start a new document. The PrintData method lets you place binary data in the document to be printed. The data is placed at the CurrentX and CurrentY positions.

See Also

©2013. Accusoft Corporation. All Rights Reserved.