Skip to content

Commit 0357ad2

Browse files
authored
Merge pull request #47 from tomaszbob1/master
Include DocumentTitle to PdfGlobalSettings
2 parents 97e3b80 + 119b170 commit 0357ad2

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)