# C1.C1Preview.AdjustPrintPageEventArgs.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_AdjustPrintPageEventArgs__ctor_" data-uid="C1.C1Preview.AdjustPrintPageEventArgs.#ctor*">AdjustPrintPageEventArgs Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_AdjustPrintPageEventArgs__ctor_" data-uid="C1.C1Preview.AdjustPrintPageEventArgs.#ctor*"></a>
<h4 id="C1_C1Preview_AdjustPrintPageEventArgs__ctor" data-uid="C1.C1Preview.AdjustPrintPageEventArgs.#ctor">AdjustPrintPageEventArgs()</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.C1Preview.AdjustPrintPageEventArgs.html">AdjustPrintPageEventArgs</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AdjustPrintPageEventArgs()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_C1Preview_AdjustPrintPageEventArgs__ctor_" data-uid="C1.C1Preview.AdjustPrintPageEventArgs.#ctor*"></a>
<h4 id="C1_C1Preview_AdjustPrintPageEventArgs__ctor_C1_C1Preview_C1PrintManager_System_Drawing_Image_System_Drawing_RectangleF_System_Drawing_Printing_PrintPageEventArgs_" data-uid="C1.C1Preview.AdjustPrintPageEventArgs.#ctor(C1.C1Preview.C1PrintManager,System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Printing.PrintPageEventArgs)">AdjustPrintPageEventArgs(C1PrintManager, Image, RectangleF, PrintPageEventArgs)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.C1Preview.AdjustPrintPageEventArgs.html">AdjustPrintPageEventArgs</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AdjustPrintPageEventArgs(C1PrintManager printManager, Image pageImage, RectangleF printableArea, PrintPageEventArgs printPageEventArgs)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(printManager As C1PrintManager, pageImage As Image, printableArea As RectangleF, printPageEventArgs As PrintPageEventArgs)</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="C1.C1Preview.C1PrintManager.html">C1PrintManager</a></td>
      <td><span class="parametername">printManager</span></td>
      <td><p>The print manager that is printing the document.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a></td>
      <td><span class="parametername">pageImage</span></td>
      <td><p>The current page image (usually a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a>).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">printableArea</span></td>
      <td><p>The printable area (in hundredths of an inch).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.printpageeventargs">PrintPageEventArgs</a></td>
      <td><span class="parametername">printPageEventArgs</span></td>
      <td><p>The current <a class="xref" href="C1.C1Preview.AdjustPrintPageEventArgs.PrintPageEventArgs.html#C1_C1Preview_AdjustPrintPageEventArgs_PrintPageEventArgs">PrintPageEventArgs</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
