We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3339a7 commit 157cba4Copy full SHA for 157cba4
lib/PuppeteerSharp/PdfOptions.cs
@@ -8,7 +8,7 @@ namespace PuppeteerSharp
8
public class PdfOptions
9
{
10
/// <summary>
11
- /// 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.
12
/// </summary>
13
public decimal Scale { get; set; } = 1;
14
0 commit comments