Interface IDeviceInformationService
Interface IDeviceInformationService
名称: Aspose.Svg.Services 會議: Aspose.SVG.dll (25.5.0)
一个界面描述了一个环境,在那里 Aspose.Svg.Dom. Document 向用户介绍。
[ComVisible(true)]
public interface IDeviceInformationService
Properties
HorizontalResolution
接收或设置水平分辨率。
Resolution HorizontalResolution { get; set; }
财产价值
ScreenSize
接收或设置屏幕大小。
Size ScreenSize { get; set; }
财产价值
VerticalResolution
接收或设置垂直分辨率。
Resolution VerticalResolution { get; set; }
财产价值
WindowSize
接收或设置窗口的大小。
Size WindowSize { get; set; }