ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / PrintPreviewDxgiPackageTarget Class / DrawPage Method

In This Topic
    DrawPage Method
    In This Topic
    HRESULT IPrintPreviewDxgiPackageTarget::DrawPage([in] UINT32 jobPageNumber, [in] IDXGISurface *pageImage, FLOAT dpiX, FLOAT dpiY)
    Syntax
    'Declaration
     
    Public Sub DrawPage( _
       ByVal jobPageNumber As System.UInteger, _
       ByVal pageImage As Surface, _
       ByVal dpiX As System.Single, _
       ByVal dpiY As System.Single _
    ) 
    public void DrawPage( 
       System.uint jobPageNumber,
       Surface pageImage,
       System.float dpiX,
       System.float dpiY
    )

    Parameters

    jobPageNumber
    pageImage
    dpiX
    dpiY
    See Also