From e4bb1fa5e8e91e58462ea0026ddada192236dd65 Mon Sep 17 00:00:00 2001 From: bettsr Date: Wed, 5 Nov 2014 18:16:24 +0000 Subject: [PATCH] Added support for --window-status parameter to LoadSettings --- Pechkin/LoadSettings.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pechkin/LoadSettings.cs b/Pechkin/LoadSettings.cs index 2c4e017..c7a51a1 100644 --- a/Pechkin/LoadSettings.cs +++ b/Pechkin/LoadSettings.cs @@ -44,5 +44,8 @@ public enum ContentErrorHandling [WkhtmltopdfSetting("load.zoomFactor")] public double? ZoomFactor { get; set; } + + [WkhtmltopdfSetting("load.windowStatus")] + public string WindowStatus { get; set; } } } \ No newline at end of file