Interface IDeviceInformationService

Interface IDeviceInformationService

Nama dari : Aspose.Svg.Services Asosiasi: Aspose.SVG.dll (25.5.0)

Sebuah antarmuka yang menggambarkan lingkungan di mana Aspose.Svg.Document dipersembahkan kepada pengguna.

[ComVisible(true)]
public interface IDeviceInformationService

Properties

HorizontalResolution

Dapatkan atau menetapkan resolusi horizontal.

Resolution HorizontalResolution { get; set; }

Nilai Properti

Resolution

ScreenSize

Dapatkan atau menetapkan ukuran layar.

Size ScreenSize { get; set; }

Nilai Properti

Size

VerticalResolution

Dapatkan atau menetapkan resolusi vertikal.

Resolution VerticalResolution { get; set; }

Nilai Properti

Resolution

WindowSize

Dapatkan atau menetapkan ukuran jendela.

Size WindowSize { get; set; }

Nilai Properti

Size

 Indonesia