We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf773e commit 7e5de29Copy full SHA for 7e5de29
README.md
@@ -78,12 +78,12 @@ var document = new HtmlToPdfDocument
78
GlobalSettings = {
79
ProduceOutline = true,
80
DocumentTitle = "Pretty Websites",
81
- PaperSize = PaperKind.A4, // Implicit conversion to PechkinPaperSize
+ PaperSize = PaperKind.A4, // Implicit conversion to PechkinPaperSize
82
Margins =
83
{
84
All = 1.375,
85
Unit = Unit.Centimeters
86
- }
+ }
87
},
88
Objects = {
89
new ObjectSettings { HtmlText = "<h1>Pretty Websites</h1><p>This might take a bit to convert!</p>" },
0 commit comments