Table of Contents

Class ScreenInfo

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Contains information about a screen.

public class ScreenInfo
Inheritance
ScreenInfo

Properties

AvailHeight

Gets or sets the available height.

public int AvailHeight { get; set; }

Property Value

int

AvailLeft

Gets or sets the available left position.

public int AvailLeft { get; set; }

Property Value

int

AvailTop

Gets or sets the available top position.

public int AvailTop { get; set; }

Property Value

int

AvailWidth

Gets or sets the available width.

public int AvailWidth { get; set; }

Property Value

int

ColorDepth

Gets or sets the color depth.

public int ColorDepth { get; set; }

Property Value

int

DevicePixelRatio

Gets or sets the device pixel ratio.

public double DevicePixelRatio { get; set; }

Property Value

double

Height

Gets or sets the height of the screen.

public int Height { get; set; }

Property Value

int

Id

Gets or sets the screen ID.

public string Id { get; set; }

Property Value

string

IsExtended

Gets or sets a value indicating whether the screen is extended.

public bool IsExtended { get; set; }

Property Value

bool

IsInternal

Gets or sets a value indicating whether the screen is internal.

public bool IsInternal { get; set; }

Property Value

bool

IsPrimary

Gets or sets a value indicating whether the screen is the primary screen.

public bool IsPrimary { get; set; }

Property Value

bool

Label

Gets or sets the screen label.

public string Label { get; set; }

Property Value

string

Left

Gets or sets the left position of the screen.

public int Left { get; set; }

Property Value

int

Orientation

Gets or sets the screen orientation.

public ScreenOrientationInfo Orientation { get; set; }

Property Value

ScreenOrientationInfo

Top

Gets or sets the top position of the screen.

public int Top { get; set; }

Property Value

int

Width

Gets or sets the width of the screen.

public int Width { get; set; }

Property Value

int