IPdfRendererNative interface

Represents a high-performance API for displaying a single page of a Portable Document Format (PDF) file.

Members

The IPdfRendererNative interface inherits from the IUnknown interface. IPdfRendererNative also has these types of members:

Methods

The IPdfRendererNative interface has these methods.

MethodDescription
RenderPageToDeviceContext

Outputs a single page of a PDF file as a bitmap image.

RenderPageToSurface

Outputs a single page of a PDF file to a DirectX image-data object.

 

Remarks

This API is specifically designed for DirectX apps that use C++ and Extensible Application Markup Language (XAML).

To get an instance of the IPdfRendererNative interface, call the PdfCreateRenderer function.

Requirements

Minimum supported client

Windows 8.1 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 R2 [desktop apps | Windows Store apps]

Header

Windows.data.pdf.interop.h

IDL

Windows.data.pdf.interop.idl

Library

Windows.data.pdf.lib

DLL

Windows.Data.Pdf.dll

 

 

Show: