.NET

A

Andy Newland

Hi,

Id there any way to print a word doc using the
PrintDocument class in VB .NET. As it only takes an
instance of the Graphics class it seems impossible!

Has anyone accomplished this task?

Andy
 
S

Steve

Andy,

Printing a Word document is a lot more complicated than getting an instance
of the graphic class. The simple letter type document in Word has 3 graphic
layers. Then when you start adding all the header/footer options and graphic
layers it get even more complex.

If you have Word loaded already is there a business reasons why you don't
just use Automation to print?

~Smitch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top