'Declaration Public Function GetPageBitmap( _ ByVal pageIndex As Integer _ ) As RenderTargetBitmap
'Usage Dim instance As DataGridPaginator Dim pageIndex As Integer Dim value As RenderTargetBitmap value = instance.GetPageBitmap(pageIndex)
public RenderTargetBitmap GetPageBitmap( int pageIndex )
Parameters
- pageIndex
- The zero-based index of the page to retrieve.
Return Value
A RenderTargetBitmap representing the page at the specified index.