Interface IDeviceInformationService

Interface IDeviceInformationService

Namespace: Aspose.Html.Services
Assembly: Aspose.HTML.dll (25.2.0)

An interface that is described an environment in which Aspose.Html.Dom.Document is presented to the user.

[ComVisible(true)]
public interface IDeviceInformationService

Properties

HorizontalResolution

Gets or sets the horizontal resolution.

Resolution HorizontalResolution { get; set; }

Property Value

Resolution

ScreenSize

Gets or sets the size of the screen.

Size ScreenSize { get; set; }

Property Value

Size

VerticalResolution

Gets or sets the vertical resolution.

Resolution VerticalResolution { get; set; }

Property Value

Resolution

WindowSize

Gets or sets the size of the window.

Size WindowSize { get; set; }

Property Value

Size