Table of Contents

Class PrintToPDFCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.Page
Assembly
WebDriver.dll

Response for PrintToPDF

public sealed class PrintToPDFCommandResponse : ICommandResponse<PrintToPDFCommandSettings>, ICommandResponse
Inheritance
PrintToPDFCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Data

Gets or sets the data

[JsonPropertyName("data")]
public string Data { get; set; }

Property Value

string

Stream

Gets or sets the stream

[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Stream { get; set; }

Property Value

string