VirtualUI.PreviewPdf Method

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.

C#

public void PreviewPdf(string FileName);

Parameters

Parameters

Description

AFileName

Name of the PDF file.

Group

VirtualUI Methods