[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.GetPageImage

GetPageImage Method

GetPageImage(int, Graphics)

Returns a Metafile representing the specified page.

Declaration
public Metafile GetPageImage(int pageIndex, Graphics referenceGraphics)
Parameters
Type Name Description
int pageIndex

The index of the page.

Graphics referenceGraphics

The reference graphics used to get device context for metafile.

Returns
Type Description
Metafile

The Metafile representing the specified page, or null if the page was not found.

GetPageImage(int)

Returns a Metafile representing the specified page.

Declaration
public Metafile GetPageImage(int pageIndex)
Parameters
Type Name Description
int pageIndex

The index of the page.

Returns
Type Description
Metafile

The Metafile representing the specified page, or null if the page was not found.