Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Outputs a single page of a Portable Document Format (PDF) file to a Microsoft Di

### -param pdfPage [in]

The <b>IPdfPage</b> interface as an instance of the <a href="/dotnet/api/pdfkit.pdfpage?view=xamarin-ios-sdk-12&preserve-view=true">PdfPage</a> class, type-casted to the <b>IUnknown</b> interface, representing the page to be output.
The <b>IPdfPage</b> interface as an instance of the <a href="uwp/api/windows.data.pdf.pdfpage">PdfPage</a> class type-casted to the <b>IUnknown</b> interface, `page.as<IUnknown>().get()`, representing the page to be output.

### -param pSurface [in]

Expand Down