FlexReport for WinForms
GetPageImageSvg メソッド (FlexReport)


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : GetPageImageSvg メソッド
The index of the page.
Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page.
シンタックス
'宣言
 
Public Function GetPageImageSvg( _
   ByVal pageIndex As System.Integer _
) As GrapeCity.Documents.Svg.GcSvgDocument
'使用法
 
Dim instance As FlexReport
Dim pageIndex As System.Integer
Dim value As GrapeCity.Documents.Svg.GcSvgDocument
 
value = instance.GetPageImageSvg(pageIndex)
public GrapeCity.Documents.Svg.GcSvgDocument GetPageImageSvg( 
   System.int pageIndex
)

パラメータ

pageIndex
The index of the page.

戻り値の型

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

参照

FlexReport クラス
FlexReport メンバ