[]
        
(Showing Draft Content)

C1.Report.FlexReport.GetPageImageSvg

GetPageImageSvg Method

GetPageImageSvg(int)

Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page.

Declaration
[CLSCompliant(false)]
public GcSvgDocument GetPageImageSvg(int pageIndex)
<CLSCompliant(False)>
Public Function GetPageImageSvg(pageIndex As Integer) As GcSvgDocument
Parameters
Type Name Description
int pageIndex

The index of the page.

Returns
Type Description
GcSvgDocument

The GrapeCity.Documents.Drawing.IImage representing the specified page, or null if the page was not found.