2
0
Эх сурвалжийг харах

Testing project adjustments

MarcinZiabek 3 жил өмнө
parent
commit
4fcd955238

+ 2 - 2
SimpleApp/Program.cs

@@ -40,7 +40,7 @@ Document
                             .Text(i);
                             .Text(i);
                     }
                     }
 
 
-                    x.Item().Width(1000);
+                    //x.Item().Width(1000);
                 });
                 });
                         
                         
             page.Footer()
             page.Footer()
@@ -52,5 +52,5 @@ Document
                 });
                 });
         });
         });
     })
     })
-    .GeneratePdf();
+    .ShowInPreviewer();