[]
Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page.
public GcSvgDocument GetPageImageSvg(int pageIndex)
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. |