AccusoftPrintPro8 ActiveX DLL > PrintPro Object : PrintText Method |
Places text in the document to be printed.
Visual Basic |
---|
Public Sub PrintText( _ ByVal prntStr As String _ ) |
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.