We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e3b80 commit 119b170Copy full SHA for 119b170
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