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