IVirtualUI::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.

IDL

[id(0x0000007A)]

HRESULT _stdcall PreviewPdf([in] BSTR AFileName);

Parameters

Parameters

Description

[in] BSTR AFileName

Name of the PDF file.

Group

IVirtualUI Methods