PrintDocument and serialization

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

Hi

I want to serialize a PrintDocument because I want to send it to a Client
with Remoting.
How can I serialize a PrintDocument which is not serializable and its
members are unknnown
 
I don't think that would be a good idea. Isn't a PrintDocument object
printer dependant? Also, it would be very large. I think it would be better
to send a class that has enough data to render the PrintDocument.
 

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

Back
Top