[]
Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page.
[CLSCompliant(false)]
public GcSvgDocument GetPageImageSvg(int pageIndex)
<CLSCompliant(False)>
Public Function GetPageImageSvg(pageIndex As Integer) As GcSvgDocument
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The index of the page. |
| Type | Description |
|---|---|
| GcSvgDocument | The GrapeCity.Documents.Drawing.IImage representing the specified page, or null if the page was not found. |