c# - modifying a print preview -


I am creating the AC # app that displays a print preview (of a document) and then the user 'Sign' the document through an Ink Picture Control. I have no problem in extracting bitmap from the inkpicture control and applying for print documents (before printing print, before I do this process and do those pictures Q Gives color print document I) but is aimed at print preview will be printed as the user (s) to review the document and will sign it.

I have tried to reset the document in a

  // MyDocumentType file received from the print document and ipSignature is user control generated from an Ink Picture That is, ink to // a GIPMyDatintype doc = (MyOnontotype) PPP preview. Converts to the document; Doc.AddSignature (ipSignature.Gif); PpcPreview.Document = Doctor;  

I have tried to rebuild print preview control

  MyDocumentType doc = (MyDocumentType) ppcPreview.Document; Doc.AddSignature (ipSignature.Gif); PpcPreview = new print display controller (); PpcPreview.Document = Doctor; 

Do you try to use invalid method instead of illegal?


Comments