Beispiel #1
0
 public PrintSettings()
 {
     Margin = 5;
     AutoRotateImage = true;
     AutoScaleImage = true;
     AllowEnlargeImage = false;
     CenterImage = false;
     TextFont = new XmlFont("Arial", 10);
     ShowPrintDialog = true;
 }
Beispiel #2
0
 public PrintSettings()
 {
     Margin            = 5;
     AutoRotateImage   = true;
     AutoScaleImage    = true;
     AllowEnlargeImage = false;
     CenterImage       = false;
     TextFont          = new XmlFont("Arial", 10);
     ShowPrintDialog   = true;
 }