replace obsolete method in readme example

Warning	CS0618	'PageDescriptor.Background(string)' is obsolete: 'This element has been renamed since version 2022.3. Please use the PageColor method.'
This commit is contained in:
Daniel Chalmers
2022-05-06 19:37:17 -05:00
committed by GitHub
parent 9a7e397db2
commit 3041aa53cc
+1 -1
View File
@@ -95,7 +95,7 @@ Document.Create(container =>
{
page.Size(PageSizes.A4);
page.Margin(2, Unit.Centimetre);
page.Background(Colors.White);
page.PageColor(Colors.White);
page.DefaultTextStyle(x => x.FontSize(20));
page.Header()