ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / IPrintPreviewPageCollection Interface / Paginate Method

In This Topic
    Paginate Method
    In This Topic
    HRESULT IPrintPreviewPageCollection::Paginate([in] UINT32 currentJobPage, [in] IInspectable *printTaskOptions)
    Syntax
    'Declaration
     
    Sub Paginate( _
       ByVal currentJobPage As System.UInteger, _
       ByVal printTaskOptions As System.Object _
    ) 
    void Paginate( 
       System.uint currentJobPage,
       System.object printTaskOptions
    )

    Parameters

    currentJobPage
    printTaskOptions
    See Also