Accusoft PrintPRO 8
PrintData Method
A variant array of bytes.
The number of bytes in the array. Length must be between 1 and 255.
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

PrintPro Object  | PrintPro Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback