Пример #1
0
 public FormPage()
 {
     this.Size            = new VA.Drawing.Size(8.5, 11);
     this.Margin          = new VA.Drawing.Margin(0.5, 0.5, 0.5, 0.5);
     DefaultFont          = "Segoe UI";
     BodyTextSize         = 8.0;
     BodyParaSpacingAfter = 0.0;
     TitleTextSize        = 15.0;
 }
Пример #2
0
 public FormPage()
 {
     this.Size = new VA.Drawing.Size(8.5, 11);
     this.Margin = new VA.Drawing.Margin(0.5, 0.5, 0.5, 0.5);
     DefaultFont = "Segoe UI";
     BodyTextSize = 8.0;
     BodyParaSpacingAfter = 0.0;
     TitleTextSize = 15.0;
 }