Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / ToSvgDocument Method

In This Topic
    ToSvgDocument Method
    In This Topic
    Generates a GcSvgDocument from this graphics, and clears its command list afterwards.

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

    Syntax
    'Declaration
     
    Public Function ToSvgDocument() As GcSvgDocument
    public GcSvgDocument ToSvgDocument()

    Return Value

    The generated SVG document.
    See Also