Skip to content

Commit

Permalink
Added support for --window-status parameter to LoadSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
bettsr committed Nov 5, 2014
1 parent b067aea commit e4bb1fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pechkin/LoadSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ public enum ContentErrorHandling

[WkhtmltopdfSetting("load.zoomFactor")]
public double? ZoomFactor { get; set; }

[WkhtmltopdfSetting("load.windowStatus")]
public string WindowStatus { get; set; }
}
}

0 comments on commit e4bb1fa

Please sign in to comment.