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.
 
Back
Top