G
Guest
Is there an easy of persisting printer settings???
Most of the PrinterSettings and related objects are not marked a
serializable so they can not be serialized with an application.
So far what I am doing is wrapping all the properties for these objects in
Objects that are Serializable so I can persist the new objects with an
application file and then I recreate the PrinterSettings and Related objects
from the new objects when printing is requested.
Is there an easier way to do this??
Most of the PrinterSettings and related objects are not marked a
serializable so they can not be serialized with an application.
So far what I am doing is wrapping all the properties for these objects in
Objects that are Serializable so I can persist the new objects with an
application file and then I recreate the PrinterSettings and Related objects
from the new objects when printing is requested.
Is there an easier way to do this??