Testing project adjustments

This commit is contained in:
MarcinZiabek
2022-12-22 00:33:11 +01:00
parent a9c06db2e0
commit 4fcd955238
+2 -2
View File
@@ -40,7 +40,7 @@ Document
.Text(i);
}
x.Item().Width(1000);
//x.Item().Width(1000);
});
page.Footer()
@@ -52,5 +52,5 @@ Document
});
});
})
.GeneratePdf();
.ShowInPreviewer();