VirtualUI.PrintPdf Method

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

C#

public void PrintPdf(string FileName);

Parameters

Parameters

Description

AFileName

Name of the PDF file.

Remarks

PrintPDF is similar to DownloadFile, except that it downloads the file with a content-type: application/pdf.

Group

VirtualUI Methods