IVirtualUI::PrintPdf Method

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

IDL

[id(0x00000071)]

HRESULT _stdcall PrintPdf([in] BSTR AFileName);

Parameters

Parameters

Description

[in] BSTR 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

IVirtualUI Methods