'宣言 Public Function GetPageAsync( _ ByVal pageIndex As System.Integer _ ) As System.Threading.Tasks.Task(Of C1Page)
'使用法 Dim instance As C1DocumentSource Dim pageIndex As System.Integer Dim value As System.Threading.Tasks.Task(Of C1Page) value = instance.GetPageAsync(pageIndex)
public System.Threading.Tasks.Task<C1Page> GetPageAsync( System.int pageIndex )
パラメータ
- pageIndex
- 0-based page index.
戻り値の型
The asynchronous C1Page object representing the requested page.