com.aspose.html.services

Interface IDeviceInformationService

  • All Superinterfaces:
    com.aspose.html.internal.ms.System.IDisposable, IService


    public interface IDeviceInformationService
    extends IService

    An interface that is described an environment in which Document is presented to the user.

    See Also:
    IService
    • Method Detail

      • getScreenSize

        Size getScreenSize()

        Gets or sets the size of the screen.

        Value: The size of the screen.
      • setScreenSize

        void setScreenSize(Size value)

        Gets or sets the size of the screen.

        Value: The size of the screen.
      • getWindowSize

        Size getWindowSize()

        Gets or sets the size of the window.

        Value: The size of the window.
      • setWindowSize

        void setWindowSize(Size value)

        Gets or sets the size of the window.

        Value: The size of the window.
      • getHorizontalResolution

        Resolution getHorizontalResolution()

        Gets or sets the horizontal resolution.

        Value: The horizontal resolution.
      • setHorizontalResolution

        void setHorizontalResolution(Resolution value)

        Gets or sets the horizontal resolution.

        Value: The horizontal resolution.
      • getVerticalResolution

        Resolution getVerticalResolution()

        Gets or sets the vertical resolution.

        Value: The vertical resolution.
      • setVerticalResolution

        void setVerticalResolution(Resolution value)

        Gets or sets the vertical resolution.

        Value: The vertical resolution.