Пример #1
0
 public PdfSettings()
 {
     // Default margin to 1 inch
     Margins.Set(1, 1, 1, 1, Unit.Inches);
     PrintBackground = true;
 }