[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.ToSvgDocument

ToSvgDocument Method

ToSvgDocument()

Generates a GcSvgDocument from this graphics, and clears its command list afterwards.

Note that if a license key has not been applied (see SetLicenseKey(string) and ApplyLicenseKey(string) methods), only a few calls of ToSvgDocument() are allowed, after which an exception will be thrown.

Declaration
public GcSvgDocument ToSvgDocument()
Public Function ToSvgDocument() As GcSvgDocument
Returns
Type Description
GcSvgDocument

The generated SVG document.