|
|
@ -87,10 +87,10 @@ namespace BBWY.Client.Views.FallWare |
|
|
|
printDialog.PrintTicket.PageMediaSize = new PageMediaSize(pageWidth, pageHeight); |
|
|
|
|
|
|
|
|
|
|
|
this.Height = pageHeight + 39; |
|
|
|
this.Width = pageWidth; |
|
|
|
this.Height = pageHeight + 39;//833
|
|
|
|
this.Width = pageWidth;//1123
|
|
|
|
this.FontSize = 30; |
|
|
|
this.jd_box.Arrange(new Rect(new Point(0, 0), new Size(pageWidth-100, pageHeight-200))); |
|
|
|
this.jd_box.Arrange(new Rect(new Point(0, 0), new Size(pageWidth, pageHeight))); |
|
|
|
//794 429 Width="478" Height="440"
|
|
|
|
//this.jd_box.Arrange(new Rect(new Point((pageWidth - jd_box.DesiredSize.Width) / 2, (pageHeight - jd_box.DesiredSize.Height) / 2), new Size(jd_box.DesiredSize.Width, jd_box.DesiredSize.Height)));
|
|
|
|
|
|
|
|