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 d655394 commit f064dceCopy full SHA for f064dce
dotnet/src/webdriver/PrintOptions.cs
@@ -80,7 +80,6 @@ public class PrintOptions
80
/// </summary>
81
public static PageSize Tabloid => new PageSize { Width = 27.94, Height = 43.18 }; // cm
82
83
-
84
/// <summary>
85
/// Gets or sets the orientation of the pages in the printed document.
86
@@ -91,8 +90,6 @@ public class PrintOptions
91
90
92
/// <exception cref="ArgumentOutOfRangeException">If the value is not set between 0.1 and 2.0.</exception>
93
94
95
96
public double ScaleFactor
97
{
98
get => this.scale;
0 commit comments