Table of Contents

Class PrintOptions

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public record PrintOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<PrintOptions>
Inheritance
PrintOptions
Implements
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?

PageRanges

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?