在C#中的printdocument中打印更多页面

时间:2016-02-11 15:22:31

标签: c# printing

我希望在打印项目增加时打印多张图像。我曾经用过打印项目 离。

graphic.DrawString("Name of the client/organization", new Font("Courier New", 11, FontStyle.Bold), new SolidBrush(Color.Black), startX + 40, startY + 70);
graphic.DrawString(": " + NameofClient.Text, new Font("Courier New", 11), new SolidBrush(Color.Black), startX + 370, startY + 70);

我尝试使用e.HasMorePages = true,但在打印时会计算无穷大。

我想知道打印多页的更好方法是什么。

Here I add the sample print image of document. I want to add more pages when menu items increase (in rectangle area in image)

0 个答案:

没有答案