Search found 2 matches

by Polly
Mon Jan 31 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: How do I align text?
Replies: 1
Views: 5806

How do I align text?

I use the following code to print out info contained in my string variable strText into a new pdf document Printer.CurrentX = 200 Printer.CurrentY = 400 Printer.FontName = "Arial" Printer.Fontsize = 14 Printer.FontBold = True Printer.Print strText I cannot see how I can ensure that the tex...
by Polly
Tue Jan 25 2005
Forum: Visual Basic Community
Topic: Setting text alignment
Replies: 0
Views: 5786

Setting text alignment

I use the following code to print out info contained in my string variable strText into a new pdf document Printer.CurrentX = 200 Printer.CurrentY = 400 Printer.FontName = "Arial" Printer.Fontsize = 14 Printer.FontBold = True Printer.Print strText I cannot see how I can align the text so t...