Is there any way to draw on System.Drawings.Printing.PrintDocument
item in My.Settings
, lets name it as LastDocument.
I found that we can set it as same document of other PrintDocuments
on Application forms which doesn't help me in this case. What I want is, the item, LastDocument, should save drawings from my selected PrintDocument
from my Application form and retrieve it later.
So is there any method to do this.
I found one partial solution is to save the PrintDocument
drawings as an image to My.Settings
using the method mentioned by John here.