GetPageImage Method (FlexReport)
In This Topic
Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page.
Syntax
'Declaration
Public Function GetPageImage( _
ByVal As Integer _
) As GrapeCity.Documents.Svg.GcSvgDocument
public GrapeCity.Documents.Svg.GcSvgDocument GetPageImage(
int
)
Parameters
- pageIndex
- The index of the page.
Return Value
The GrapeCity.Documents.Drawing.IImage representing the specified page, or null if the page was not found.
See Also