H
HaySeed
I need to save print output to the database for future retrieval.
I assumed that the best way to do this was to use a BinaryFormatter to
convert my PrintDocument to a byte array - strore the binary stream - then
deserialize it upon recall.
Unfortunately the PrintDocument is not serializable.
How can I store the completed PrintDocument to the DB?
I assumed that the best way to do this was to use a BinaryFormatter to
convert my PrintDocument to a byte array - strore the binary stream - then
deserialize it upon recall.
Unfortunately the PrintDocument is not serializable.
How can I store the completed PrintDocument to the DB?