[]
        
(Showing Draft Content)

C1.Util.SvgGraphicsRendering

SvgGraphicsRendering Class

Represents SVG graphics rendering interface.

Inheritance
SvgGraphicsRendering
Namespace: C1.Util
Assembly: C1.Excel.dll
Syntax
public class SvgGraphicsRendering : GraphicsRendering, IDisposable, ISvgRendering, IFlowRendering, IRendering

Constructors

Name Description
SvgGraphicsRendering(float, float)

Create SVG graphics rendering interface.

Properties

Name Description
SvgGraphics

Gets GrapeCity.Documents.Svg.GcSvgGraphics inner object.

Methods

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.