# GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.Create

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Drawing_Serialization_ReportMetaCanvas_Create_" data-uid="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.Create*">Create Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Drawing_Serialization_ReportMetaCanvas_Create_" data-uid="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.Create*"></a>
<h4 id="GrapeCity_ActiveReports_Drawing_Serialization_ReportMetaCanvas_Create_System_IO_Stream_GrapeCity_ActiveReports_Drawing_Serialization_ReportMetaCanvas_DelayedContent_GrapeCity_ActiveReports_Drawing_Serialization_IImageWriter_System_Func_System_IO_Stream_System_Drawing_SizeF__" data-uid="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.Create(System.IO.Stream,GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.DelayedContent,GrapeCity.ActiveReports.Drawing.Serialization.IImageWriter,System.Func{System.IO.Stream,System.Drawing.SizeF})">Create(Stream, DelayedContent, IImageWriter, Func&lt;Stream, SizeF&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static ReportMetaCanvas Create(Stream outStream, ReportMetaCanvas.DelayedContent delayedContent, IImageWriter images, Func&lt;Stream, SizeF&gt; svgMeasurer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">outStream</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.html">ReportMetaCanvas</a>.<a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.DelayedContent.html">DelayedContent</a></td>
      <td><span class="parametername">delayedContent</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.IImageWriter.html">IImageWriter</a></td>
      <td><span class="parametername">images</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a>&gt;</td>
      <td><span class="parametername">svgMeasurer</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.html">ReportMetaCanvas</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
