Accusoft PrintPRO 8
PrintText Method
A string expression to print.
Description

Places text in the document to be printed.

Syntax
Visual Basic
Public Sub PrintText( _
   ByVal prntStr As String _
) 
Parameters
prntStr
A string expression to print.
Remarks

The text is placed at the CurrentX and CurrentY position.

After PrintText executes, CurrentX and CurrentY are updated as follows:

Note: If the output of a Graphics method (e.g. line, circle, etc.) doesn't fit on the page, a new page is not generated. The output is clipped to fit the page's printable area.

See Also

PrintPro Object  | PrintPro Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback