Improved page color API

This commit is contained in:
MarcinZiabek
2022-03-13 22:47:06 +01:00
parent aede62c135
commit b3cef238ec
12 changed files with 77 additions and 76 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace QuestPDF.Examples
page.Margin(20);
page.Size(PageSizes.A4);
page.Background(Colors.White);
page.PageColor(Colors.White);
page.Content().Column(column =>
{