Interface IDeviceInformationService

Interface IDeviceInformationService

Nazwa przestrzeń: Aspose.Html.Services Zestaw: Aspose.HTML.dll (25.4.0)

Interfejs opisujący środowisko, w którym Aspose.Html.Dom.Document jest przedstawiony użytkownikowi.

[ComVisible(true)]
public interface IDeviceInformationService

Properties

HorizontalResolution

Dostęp lub ustawienie rozdzielczości horyzontalnej.

Resolution HorizontalResolution { get; set; }

Wartość nieruchomości

Resolution

ScreenSize

Dostęp lub ustaw rozmiar ekranu.

Size ScreenSize { get; set; }

Wartość nieruchomości

Size

VerticalResolution

Dostęp lub ustawienie rozdzielczości pionowej.

Resolution VerticalResolution { get; set; }

Wartość nieruchomości

Resolution

WindowSize

Zostaw lub ustaw rozmiar okna.

Size WindowSize { get; set; }

Wartość nieruchomości

Size

 Polski