Renamed Decoration element

This commit is contained in:
Marcin Ziąbek
2022-01-16 17:08:57 +01:00
parent f8057a840c
commit b2cc7bbd36
9 changed files with 63 additions and 35 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ namespace QuestPDF.Examples
column.Item().Element(Acknowledgements);
});
decoration.Footer().Element(Footer);
decoration.After().Element(Footer);
});
}