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 2e3eb57 commit 80845e7Copy full SHA for 80845e7
dotnet/src/webdriver/PrintOptions.cs
@@ -64,7 +64,6 @@ public class PrintOptions
64
/// Gets or sets the amount which the printed content is zoomed. Valid values are 0.1 to 2.0.
65
/// </summary>
66
/// <exception cref="ArgumentOutOfRangeException">If the value is not set between 0.1 and 2.0.</exception>
67
-
68
public double ScaleFactor
69
{
70
get => this.scale;
@@ -99,7 +98,6 @@ public PageSize PageDimensions
99
98
set => this.pageSize = value ?? throw new ArgumentNullException(nameof(value));
100
}
101
102
103
/// <summary>
104
/// Gets or sets the margins for each page in the doucment.
105
0 commit comments