# GrapeCity.Documents.Word.Layout.PostLayoutDelegate

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Layout_PostLayoutDelegate" data-uid="GrapeCity.Documents.Word.Layout.PostLayoutDelegate" class="text-break">PostLayoutDelegate Delegate
</h1>
  <div class="markdown level0 summary"><p>Defines a delegate for post-layout processing of <a class="xref" href="GrapeCity.Documents.Word.Layout.GcWordLayout.html">GcWordLayout</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Layout.html">GrapeCity.Documents.Word.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Layout_PostLayoutDelegate_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public delegate void PostLayoutDelegate(GcWordLayout wordLayout)</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Delegate Sub PostLayoutDelegate(wordLayout As GcWordLayout)</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="GrapeCity.Documents.Word.Layout.GcWordLayout.html">GcWordLayout</a></td>
        <td><span class="parametername">wordLayout</span></td>
        <td><p>A <a class="xref" href="GrapeCity.Documents.Word.Layout.GcWordLayout.html">GcWordLayout</a> object with almost prepared content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
