OleDraw Worddocument

B

bien_van_khat

Hi, I want to print each page in a word document to bitmap using VB.net.
I don't want to use a virtual printer. Is it possible with OleDraw or
something else?
 
T

Tony Jollans

If you have Word 2003 or later, take a look at the EnhMetaFileBits property
of the members of the (Window).(Pane).(Pages) collection.
 
Top