IVirtualUI Methods

The methods of the IVirtualUI class are listed here.

Interface

IVirtualUI Interface

Public Methods

 

Name

Description

Start

Starts the VirtualUI's activation process. Returns true if VirtualUI was fully activated or false if the passed timeout expired.

Stop

Deactivates VirtualUI, closing the connection with the end-user's web browser

DownloadFile

Sends the specified file to the end-user's web browser for saving it in the remote machine.

PrintPdf

Sends the specified PDF file to be shown on the end-user's web browser.

OpenLinkDlg

Displays a popup with a button to open a web link.

SendMessage

Sends a data string to the web browser.

AllowExecute

Allows the execution of the passed application.

SetImageQualityByWnd

Allows to the the image quality for the specified window.

UploadFile

Selects a file from client machine, and it's uploaded to ServerDirectory

TakeScreenshot

Takes a screenshot of a Window.

PreviewPdf

Sends the specified PDF file to be shown on the end-user's web browser. It's similar to PrintPdf, except that disables the printing options in the browser. Built-in browser printing commands will be available.