Exemplo n.º 1
0
 public PrintSettings()
 {
     Margin = 5;
     AutoRotateImage = true;
     AutoScaleImage = true;
     AllowEnlargeImage = false;
     CenterImage = false;
     TextFont = new XmlFont("Arial", 10);
 }
Exemplo n.º 2
0
 public PrintSettings()
 {
     Margin            = 5;
     AutoRotateImage   = true;
     AutoScaleImage    = true;
     AllowEnlargeImage = false;
     CenterImage       = false;
     TextFont          = new XmlFont("Arial", 10);
 }