# GrapeCity.Documents.Word.VectorGraphicImageData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_VectorGraphicImageData" data-uid="GrapeCity.Documents.Word.VectorGraphicImageData" class="text-break">VectorGraphicImageData Class
</h1>
  <div class="markdown level0 summary"><p>Represents the image data of an SVG vector image.</p>
<p>
Note that when an SVG image is added to the document, it is automatically rasterized,
and the raster copy of the image is saved in an <a class="xref" href="GrapeCity.Documents.Word.ImageData.html">ImageData</a> instance.
The <a class="xref" href="GrapeCity.Documents.Word.VectorGraphicImageData.html">VectorGraphicImageData</a> class is used to preserve the original vector image.
</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">VectorGraphicImageData</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_VectorGraphicImageData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class VectorGraphicImageData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class VectorGraphicImageData</code></pre>
  </div>
  <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_Word_VectorGraphicImageData_ContentType" data-uid="GrapeCity.Documents.Word.VectorGraphicImageData.ContentType">
          <a class="xref" href="GrapeCity.Documents.Word.VectorGraphicImageData.ContentType.html#GrapeCity_Documents_Word_VectorGraphicImageData_ContentType">ContentType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vector image content type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_VectorGraphicImageData_ImageBytes" data-uid="GrapeCity.Documents.Word.VectorGraphicImageData.ImageBytes">
          <a class="xref" href="GrapeCity.Documents.Word.VectorGraphicImageData.ImageBytes.html#GrapeCity_Documents_Word_VectorGraphicImageData_ImageBytes">ImageBytes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the raw bytes of the vector image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_VectorGraphicImageData_Source" data-uid="GrapeCity.Documents.Word.VectorGraphicImageData.Source">
          <a class="xref" href="GrapeCity.Documents.Word.VectorGraphicImageData.Source.html#GrapeCity_Documents_Word_VectorGraphicImageData_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the path and name of the source file for the linked image.</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_Word_VectorGraphicImageData_Save_System_IO_Stream_" data-uid="GrapeCity.Documents.Word.VectorGraphicImageData.Save(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Word.VectorGraphicImageData.Save.html#GrapeCity_Documents_Word_VectorGraphicImageData_Save_System_IO_Stream_">Save(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image into a specified stream.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
