Skip to content

Commit

Permalink
Improve PdfOptions documentation (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored and Meir017 committed Sep 29, 2018
1 parent a3339a7 commit 157cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/PdfOptions.cs
Expand Up @@ -8,7 +8,7 @@ namespace PuppeteerSharp
public class PdfOptions
{
/// <summary>
/// Scale of the webpage rendering. Defaults to <c>1</c>
/// Scale of the webpage rendering. Defaults to <c>1</c>. Scale amount must be between 0.1 and 2.
/// </summary>
public decimal Scale { get; set; } = 1;

Expand Down

0 comments on commit 157cba4

Please sign in to comment.