Hi, i’m develope into my software the print of pdf file but when use PdfViewer for printing, the print have a large margin.
I use this code:
Aspose.Pdf.Facades.PdfViewer viewer = new Aspose.Pdf.Facades.PdfViewer();
//…...false; //Do not produce the page number dialog when printing...//Print document using printer and page settings viewer.PrintDocume...