# C1.C1Preview.C1PrintOptions.PrintableAreaBoundsPen

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintOptions_PrintableAreaBoundsPen_" data-uid="C1.C1Preview.C1PrintOptions.PrintableAreaBoundsPen*">PrintableAreaBoundsPen Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintOptions_PrintableAreaBoundsPen_" data-uid="C1.C1Preview.C1PrintOptions.PrintableAreaBoundsPen*"></a>
<h4 id="C1_C1Preview_C1PrintOptions_PrintableAreaBoundsPen" data-uid="C1.C1Preview.C1PrintOptions.PrintableAreaBoundsPen">PrintableAreaBoundsPen</h4>
<div class="markdown level1 summary"><p>Gets or sets the pen used to draw printable area bounds if <a class="xref" href="C1.C1Preview.C1PrintOptions.DrawPrintableAreaBounds.html#C1_C1Preview_C1PrintOptions_DrawPrintableAreaBounds">DrawPrintableAreaBounds</a> is <b>true</b>.
If this value is <b>null</b> (which is the default), a single-pixel black pen is used.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Pen PrintableAreaBoundsPen { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PrintableAreaBoundsPen As Pen</code></pre>
</div>
</div>
