ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / PdfRendererNative Class / RenderPageToSurface Method / RenderPageToSurface(PdfPage,Surface,Point2L,PdfRenderParams) Method

In This Topic
    RenderPageToSurface(PdfPage,Surface,Point2L,PdfRenderParams) Method
    In This Topic
    HRESULT IPdfRendererNative::RenderPageToSurface([In] IUnknown* pdfPage, [In] IDXGISurface* pSurface, [In] POINT offset, [In, Optional] PDF_RENDER_PARAMS* pRenderParams)
    Syntax
    'Declaration
     
    Public Overloads Sub RenderPageToSurface( _
       ByVal pdfPage As Windows.Data.Pdf.PdfPage, _
       ByVal dxgiSurface As Surface, _
       ByVal point As Point2L, _
       ByRef renderParams As PdfRenderParams _
    ) 
    public void RenderPageToSurface( 
       Windows.Data.Pdf.PdfPage pdfPage,
       Surface dxgiSurface,
       Point2L point,
       ref PdfRenderParams renderParams
    )

    Parameters

    pdfPage
    dxgiSurface
    point
    renderParams
    See Also