Class PrintOptions
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- Selenium.WebDriver.dll
public sealed record PrintOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<PrintOptions>
- Inheritance
-
PrintOptions
- Implements
-
- Inherited Members
-
Properties
Background
public bool? Background { get; init; }
Property Value
- bool?
Margin
public PrintMargin? Margin { get; init; }
Property Value
- PrintMargin?
Orientation
public PrintOrientation? Orientation { get; init; }
Property Value
- PrintOrientation?
Page
public PrintPage? Page { get; init; }
Property Value
- PrintPage?
public IEnumerable<PrintPageRange>? PageRanges { get; init; }
Property Value
- IEnumerable<PrintPageRange>
Scale
public double? Scale { get; init; }
Property Value
- double?
ShrinkToFit
public bool? ShrinkToFit { get; init; }
Property Value
- bool?