diff --git a/sdk-api-src/content/windows.data.pdf.interop/nf-windows-data-pdf-interop-ipdfrenderernative-renderpagetodevicecontext.md b/sdk-api-src/content/windows.data.pdf.interop/nf-windows-data-pdf-interop-ipdfrenderernative-renderpagetodevicecontext.md
index 76ad6a470b53..3dc01f326dfa 100644
--- a/sdk-api-src/content/windows.data.pdf.interop/nf-windows-data-pdf-interop-ipdfrenderernative-renderpagetodevicecontext.md
+++ b/sdk-api-src/content/windows.data.pdf.interop/nf-windows-data-pdf-interop-ipdfrenderernative-renderpagetodevicecontext.md
@@ -56,7 +56,7 @@ Outputs a single page of a Portable Document Format (PDF) file as a bitmap image
### -param pdfPage [in]
-The IPdfPage interface as an instance of the PdfPage class, type-casted to the IUnknown interface, representing the page to be output.
+The IPdfPage interface as an instance of the PdfPage class type-casted to the IUnknown interface, `page.as().get()`, representing the page to be output.
### -param pD2DDeviceContext [in]