Simplified implementation for Section and Page elements

This commit is contained in:
Marcin Ziąbek
2021-04-03 00:13:14 +02:00
parent 500cea1fbf
commit a83ebe2fed
9 changed files with 127 additions and 132 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ namespace QuestPDF.Examples
.Placeholder();
}
//[ShowResult]
[ShowResult]
[ImageSize(300, 300)]
public void Section(IContainer container)
{
@@ -167,7 +167,7 @@ namespace QuestPDF.Examples
});
}
[ShowResult]
//[ShowResult]
[ImageSize(300, 200)]
public void GridExample(IContainer container)
{