'宣言 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.