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

In This Topic
    SetJobPageCount Method
    In This Topic
    HRESULT IPrintPreviewDxgiPackageTarget::SetJobPageCount([in] PageCountType countType, UINT32 count)
    Syntax
    'Declaration
     
    Public Sub SetJobPageCount( _
       ByVal countType As PageCountType, _
       ByVal count As System.UInteger _
    ) 
    public void SetJobPageCount( 
       PageCountType countType,
       System.uint count
    )

    Parameters

    countType
    count
    See Also