We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97e3b80 + 119b170 commit 0357ad2Copy full SHA for 0357ad2
WkHtmlToXSharp/PdfGlobalSettings.cs
@@ -91,6 +91,8 @@ public class PdfGlobalSettings
91
/// </summary>
92
public PdfSize Size { get { return _size; } }
93
94
+ public string DocumentTitle { get; set; }
95
+
96
// TODO: Add as many as you need..
97
}
98
0 commit comments