Browse Source

Testing project adjustments

MarcinZiabek 3 years ago
parent
commit
4fcd955238
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SimpleApp/Program.cs

+ 2 - 2
SimpleApp/Program.cs

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