コード例 #1
0
 public FormPage()
 {
     this.Size                 = new Drawing.Size(8.5, 11);
     this.Margin               = new Drawing.Margin(0.5, 0.5, 0.5, 0.5);
     this.DefaultFont          = "Segoe UI";
     this.BodyTextSize         = 8.0;
     this.BodyParaSpacingAfter = 0.0;
     this.TitleTextSize        = 15.0;
 }
コード例 #2
0
 public FormPage()
 {
     this.Size = new Drawing.Size(8.5, 11);
     this.Margin = new Drawing.Margin(0.5, 0.5, 0.5, 0.5);
     this.DefaultFont = "Segoe UI";
     this.BodyTextSize = 8.0;
     this.BodyParaSpacingAfter = 0.0;
     this.TitleTextSize = 15.0;
 }