Interface IDeviceInformationService

Interface IDeviceInformationService

Nombre del espacio: Aspose.Html.Services Colección: Aspose.HTML.dll (25.4.0)

Una interfaz que se describe un entorno en el que Aspose.Html.Dom.document se presenta al usuario.

[ComVisible(true)]
public interface IDeviceInformationService

Properties

HorizontalResolution

Obtenga o establece la resolución horizontal.

Resolution HorizontalResolution { get; set; }

Valor de la propiedad

Resolution

ScreenSize

Obtenga o fija el tamaño de la pantalla.

Size ScreenSize { get; set; }

Valor de la propiedad

Size

VerticalResolution

Obtenga o establece la resolución vertical.

Resolution VerticalResolution { get; set; }

Valor de la propiedad

Resolution

WindowSize

Obtenga o fija el tamaño de la ventana.

Size WindowSize { get; set; }

Valor de la propiedad

Size

 Español