I actually figured out a workaround to this a few days after posting this originally. What I did was I took the C1PrintDocument and used the ExportToPDF method, which writes a file to the disc. Then I opened that file in a FileStream, read the FileStream into a byte array (also deleted the file after...