# GrapeCity.Documents.Svg.GcSvgDocument

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_GcSvgDocument" data-uid="GrapeCity.Documents.Svg.GcSvgDocument" class="text-break">GcSvgDocument Class
</h1>
  <div class="markdown level0 summary"><p>Represents an SVG document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">GcSvgDocument</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_GcSvgDocument_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GcSvgDocument : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GcSvgDocument
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument__ctor" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.-ctor.html#GrapeCity_Documents_Svg_GcSvgDocument__ctor">GcSvgDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an empty instance of the <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Cultures" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Cultures">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Cultures.html#GrapeCity_Documents_Svg_GcSvgDocument_Cultures">Cultures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of cultures to match values of the 'systemLanguage' attribute of SVG elements.</p>
<p>
If this list is empty the language is taken from the current thread's <b>CurrentCulture</b>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_CurrentColor" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.CurrentColor">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.CurrentColor.html#GrapeCity_Documents_Svg_GcSvgDocument_CurrentColor">CurrentColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <b>currentColor</b> value used by the SVG renderer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_CursiveFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.CursiveFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.CursiveFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_CursiveFonts">CursiveFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of font names belonging to the Cursive font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_DefaultCursiveFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.DefaultCursiveFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.DefaultCursiveFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_DefaultCursiveFonts">DefaultCursiveFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default list of font names belonging to the Cursive font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_DefaultFantasyFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.DefaultFantasyFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.DefaultFantasyFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_DefaultFantasyFonts">DefaultFantasyFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default list of font names belonging to the Fantasy font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_DefaultMonospaceFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.DefaultMonospaceFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.DefaultMonospaceFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_DefaultMonospaceFonts">DefaultMonospaceFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default list of font names belonging to the Serif font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_DefaultSansSerifFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.DefaultSansSerifFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.DefaultSansSerifFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_DefaultSansSerifFonts">DefaultSansSerifFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default list of font names belonging to the SansSerif font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_DefaultSerifFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.DefaultSerifFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.DefaultSerifFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_DefaultSerifFonts">DefaultSerifFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default list of font names belonging to the Serif font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FantasyFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FantasyFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FantasyFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_FantasyFonts">FantasyFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of font names belonging to the Fantasy font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FontCollection" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FontCollection">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FontCollection.html#GrapeCity_Documents_Svg_GcSvgDocument_FontCollection">FontCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom font collection used for searching fonts and font fallbacks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FontFallbackScope" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FontFallbackScope">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FontFallbackScope.html#GrapeCity_Documents_Svg_GcSvgDocument_FontFallbackScope">FontFallbackScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the scope for searching fallback fonts for the glyphs missing in the mentioned type faces.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_IsDisposed" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.IsDisposed">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.IsDisposed.html#GrapeCity_Documents_Svg_GcSvgDocument_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> has been disposed of.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_MonospaceFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.MonospaceFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.MonospaceFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_MonospaceFonts">MonospaceFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of font names belonging to the Monospace font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_RestrictedFontLookup" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.RestrictedFontLookup">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.RestrictedFontLookup.html#GrapeCity_Documents_Svg_GcSvgDocument_RestrictedFontLookup">RestrictedFontLookup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the fonts should be searched in the custom collection only,
if any specified, not in the system collection of fonts. The default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_RootSvg" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.RootSvg">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.RootSvg.html#GrapeCity_Documents_Svg_GcSvgDocument_RootSvg">RootSvg</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the root SVG element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_SansSerifFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.SansSerifFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.SansSerifFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_SansSerifFonts">SansSerifFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of font names belonging to the SansSerif font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_SerifFonts" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.SerifFonts">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.SerifFonts.html#GrapeCity_Documents_Svg_GcSvgDocument_SerifFonts">SerifFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of font names belonging to the Serif font family.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_ClearNamespacePrefixes" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.ClearNamespacePrefixes">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.ClearNamespacePrefixes.html#GrapeCity_Documents_Svg_GcSvgDocument_ClearNamespacePrefixes">ClearNamespacePrefixes()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all namespace prefixes except &quot;svg&quot;, &quot;xlink&quot;, and &quot;xml&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Dispose" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Dispose">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Dispose.html#GrapeCity_Documents_Svg_GcSvgDocument_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases unmanaged resources used by this object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FromFile_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FromFile(System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FromFile.html#GrapeCity_Documents_Svg_GcSvgDocument_FromFile_System_String_">FromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> from a specified SVG file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FromStream_System_IO_Stream_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FromStream(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FromStream.html#GrapeCity_Documents_Svg_GcSvgDocument_FromStream_System_IO_Stream_">FromStream(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> from a specified SVG data stream.</p>
<p>
The stream will be closed after reading the SVG data.
To keep the stream open, use the <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FromStream.html#GrapeCity_Documents_Svg_GcSvgDocument_FromStream_System_IO_Stream_System_Boolean_">FromStream(Stream, bool)</a> overload
and pass <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> in the leaveOpen parameter.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FromStream_System_IO_Stream_System_Boolean_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FromStream(System.IO.Stream,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FromStream.html#GrapeCity_Documents_Svg_GcSvgDocument_FromStream_System_IO_Stream_System_Boolean_">FromStream(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> from a specified SVG data stream,
optionally leaving the stream open.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FromString_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FromString(System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FromString.html#GrapeCity_Documents_Svg_GcSvgDocument_FromString_System_String_">FromString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> from a specified SVG string data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_FromSvgz_System_Byte___" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.FromSvgz(System.Byte[])">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.FromSvgz.html#GrapeCity_Documents_Svg_GcSvgDocument_FromSvgz_System_Byte___">FromSvgz(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> from binary data in SVGZ format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_GetElementByID_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.GetElementByID(System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.GetElementByID.html#GrapeCity_Documents_Svg_GcSvgDocument_GetElementByID_System_String_">GetElementByID(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a> with the specified <code class="paramref">id</code>, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if nothing was found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_GetElementsByClass_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.GetElementsByClass(System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.GetElementsByClass.html#GrapeCity_Documents_Svg_GcSvgDocument_GetElementsByClass_System_String_">GetElementsByClass(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a>s with the specified <code class="paramref">className</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_GetIntrinsicSize_GrapeCity_Documents_Svg_SvgLengthUnits_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.GetIntrinsicSize(GrapeCity.Documents.Svg.SvgLengthUnits)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.GetIntrinsicSize.html#GrapeCity_Documents_Svg_GcSvgDocument_GetIntrinsicSize_GrapeCity_Documents_Svg_SvgLengthUnits_">GetIntrinsicSize(SvgLengthUnits)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the intrinsic size of the SVG viewport, in specified <code class="paramref">units</code>.
The following units are supported:</p>
<ul><li><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthUnits.html#GrapeCity_Documents_Svg_SvgLengthUnits_Pixels">Pixels</a></li><li><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthUnits.html#GrapeCity_Documents_Svg_SvgLengthUnits_Points">Points</a></li><li><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthUnits.html#GrapeCity_Documents_Svg_SvgLengthUnits_Inches">Inches</a></li><li><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthUnits.html#GrapeCity_Documents_Svg_SvgLengthUnits_Centimeters">Centimeters</a></li><li><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthUnits.html#GrapeCity_Documents_Svg_SvgLengthUnits_Millimeters">Millimeters</a></li><li><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthUnits.html#GrapeCity_Documents_Svg_SvgLengthUnits_Picas">Picas</a></li></ul>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_GetNamespaceByPrefix_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.GetNamespaceByPrefix(System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.GetNamespaceByPrefix.html#GrapeCity_Documents_Svg_GcSvgDocument_GetNamespaceByPrefix_System_String_">GetNamespaceByPrefix(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a namespace with a specified prefix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_GetNamespacePrefixes" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.GetNamespacePrefixes">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.GetNamespacePrefixes.html#GrapeCity_Documents_Svg_GcSvgDocument_GetNamespacePrefixes">GetNamespacePrefixes()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an array with all registered namespace prefixes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_GetPrefixByNamespace_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.GetPrefixByNamespace(System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.GetPrefixByNamespace.html#GrapeCity_Documents_Svg_GcSvgDocument_GetPrefixByNamespace_System_String_">GetPrefixByNamespace(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a prefix associated with a specified namespace.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Measure_System_Drawing_PointF_System_Single_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Measure(System.Drawing.PointF,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Measure.html#GrapeCity_Documents_Svg_GcSvgDocument_Measure_System_Drawing_PointF_System_Single_">Measure(PointF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the content bounds of an SVG document when its viewport is drawn at a specified point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Measure_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Measure(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Measure.html#GrapeCity_Documents_Svg_GcSvgDocument_Measure_System_Drawing_RectangleF_">Measure(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the content bounds of an SVG document, resizing the SVG viewport to fit into a specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_RegisterNamespacePrefix_System_String_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.RegisterNamespacePrefix(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.RegisterNamespacePrefix.html#GrapeCity_Documents_Svg_GcSvgDocument_RegisterNamespacePrefix_System_String_System_String_">RegisterNamespacePrefix(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Registers <code class="paramref">prefix</code> as a namespace prefix for the <code class="paramref">ns</code> namespace.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Save_System_IO_Stream_System_Xml_XmlWriterSettings_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Save(System.IO.Stream,System.Xml.XmlWriterSettings)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Save.html#GrapeCity_Documents_Svg_GcSvgDocument_Save_System_IO_Stream_System_Xml_XmlWriterSettings_">Save(Stream, XmlWriterSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> in SVG format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Save_System_IO_TextWriter_System_Xml_XmlWriterSettings_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Save(System.IO.TextWriter,System.Xml.XmlWriterSettings)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Save.html#GrapeCity_Documents_Svg_GcSvgDocument_Save_System_IO_TextWriter_System_Xml_XmlWriterSettings_">Save(TextWriter, XmlWriterSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a> in SVG format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Save_System_String_System_Xml_XmlWriterSettings_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Save(System.String,System.Xml.XmlWriterSettings)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Save.html#GrapeCity_Documents_Svg_GcSvgDocument_Save_System_String_System_Xml_XmlWriterSettings_">Save(string, XmlWriterSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> to a file in SVG format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_Save_System_Text_StringBuilder_System_Xml_XmlWriterSettings_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.Save(System.Text.StringBuilder,System.Xml.XmlWriterSettings)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.Save.html#GrapeCity_Documents_Svg_GcSvgDocument_Save_System_Text_StringBuilder_System_Xml_XmlWriterSettings_">Save(StringBuilder, XmlWriterSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.stringbuilder">StringBuilder</a> in SVG format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_ToSvgz" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.ToSvgz">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.ToSvgz.html#GrapeCity_Documents_Svg_GcSvgDocument_ToSvgz">ToSvgz()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a> to a byte array in SVGZ format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_GcSvgDocument_UnregisterNamespacePrefix_System_String_" data-uid="GrapeCity.Documents.Svg.GcSvgDocument.UnregisterNamespacePrefix(System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.UnregisterNamespacePrefix.html#GrapeCity_Documents_Svg_GcSvgDocument_UnregisterNamespacePrefix_System_String_">UnregisterNamespacePrefix(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Unregisters a specified namespace prefix.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
