Interface IDeviceInformationService
Interface IDeviceInformationService
Tên không gian: Aspose.Html.Services Tổng hợp: Aspose.HTML.dll (25.4.0)
Một giao diện được mô tả một môi trường trong đó Aspose.Html.Dom.Document được trình bày cho người dùng.
[ComVisible(true)]
public interface IDeviceInformationService
Properties
HorizontalResolution
Nhận hoặc đặt độ phân giải ngang.
Resolution HorizontalResolution { get; set; }
Giá trị bất động sản
ScreenSize
Nhận hoặc đặt kích thước của màn hình.
Size ScreenSize { get; set; }
Giá trị bất động sản
VerticalResolution
Nhận hoặc đặt độ phân giải dọc.
Resolution VerticalResolution { get; set; }
Giá trị bất động sản
WindowSize
Nhận hoặc đặt kích thước của cửa sổ.
Size WindowSize { get; set; }