Skip to content

Commit 119b170

Browse files
author
tomasz.bobek
committed
Include DocumentTitle to PdfGlobalSettings
1 parent 97e3b80 commit 119b170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WkHtmlToXSharp/PdfGlobalSettings.cs

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ public class PdfGlobalSettings
9191
/// </summary>
9292
public PdfSize Size { get { return _size; } }
9393

94+
public string DocumentTitle { get; set; }
95+
9496
// TODO: Add as many as you need..
9597
}
9698
}

0 commit comments

Comments
 (0)