Xceed DataGrid for WPF v7.2 Documentation
GetPageBitmap Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace > DataGridPaginator Class : GetPageBitmap Method
The zero-based index of the page to retrieve.
Retrieves the page at the specified index as a bitmap.
Syntax
'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.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridPaginator Class
DataGridPaginator Members