[]
Represents SVG graphics rendering interface.
public class SvgGraphicsRendering : GraphicsRendering, IDisposable, ISvgRendering, IFlowRendering, IRendering
Name | Description |
---|---|
SvgGraphicsRendering(float, float) | Create SVG graphics rendering interface. |
Name | Description |
---|---|
SvgGraphics | Gets GrapeCity.Documents.Svg.GcSvgGraphics inner object. |
Name | Description |
---|---|
ToBytes() | Generates a SVG binary code. |
ToDocument() | Generates a GrapeCity.Documents.Svg.GcSvgDocument object from inner graphics. |
ToText() | Generates a SVG text code. |