Skip to content

Commit

Permalink
Merge pull request #49 from robinbetts/master
Browse files Browse the repository at this point in the history
Added support for --window-status parameter to LoadSettings
  • Loading branch information
tuespetre committed Nov 26, 2014
2 parents b067aea + e4bb1fa commit 4844e4b
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; }
}
}

2 comments on commit 4844e4b

@inoa-fpinheiro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, any clue about when this commit is being released to a nuget package? I really need this feature and would like to spare the effort of downloading the source of this commit and make it as reference to my project. Thanks!

@tuespetre
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to make you wait so long for a reply. I'm planning to release 2.0.0 on Sunday (Dec. 21, 2014.) There are a lot of changes being made that you may find useful.

Please sign in to comment.