I
Immi Immens
Hi,
I want to create a image out of a selected page in word.
Manually I do it with copy in word and paste in paint and save it.
This page contains different formats (IDataObject.GetFormats())
Now I like to have this done by a little program.
I have already done the page select in word and copy it to clipboard.
I don't know how to control paint in C#.
How can the clipboard be copied in paint?
How can I save the image with a file name I've chosen in my program?
I've also looked for a method which creates a image out of clipboard like paint.
Best regards
Immanuel
I want to create a image out of a selected page in word.
Manually I do it with copy in word and paste in paint and save it.
This page contains different formats (IDataObject.GetFormats())
Now I like to have this done by a little program.
I have already done the page select in word and copy it to clipboard.
I don't know how to control paint in C#.
How can the clipboard be copied in paint?
How can I save the image with a file name I've chosen in my program?
I've also looked for a method which creates a image out of clipboard like paint.
Best regards
Immanuel