IPdfRendererNative interface (windows.data.pdf.interop.h)
Represents a high-performance API for displaying a single page of a Portable Document Format (PDF) file.
Inheritance
The IPdfRendererNative interface inherits from the IUnknown interface. IPdfRendererNative also has these types of members:
Methods
The IPdfRendererNative interface has these methods.
IPdfRendererNative::RenderPageToDeviceContext The IPdfRendererNative::RenderPageToDeviceContext method outputs a single page of a Portable Document Format (PDF) file as a bitmap image. |
IPdfRendererNative::RenderPageToSurface Outputs a single page of a Portable Document Format (PDF) file to a Microsoft 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
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | windows.data.pdf.interop.h |