Skip to content

Commit 157cba4

Browse files
kblokMeir017
authored andcommitted
Improve PdfOptions documentation (#654)
1 parent a3339a7 commit 157cba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp/PdfOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace PuppeteerSharp
88
public class PdfOptions
99
{
1010
/// <summary>
11-
/// Scale of the webpage rendering. Defaults to <c>1</c>
11+
/// Scale of the webpage rendering. Defaults to <c>1</c>. Scale amount must be between 0.1 and 2.
1212
/// </summary>
1313
public decimal Scale { get; set; } = 1;
1414

0 commit comments

Comments
 (0)