# C1.C1Preview.DocumentPageLayouts.Default

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_DocumentPageLayouts_Default_" data-uid="C1.C1Preview.DocumentPageLayouts.Default*">Default Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_DocumentPageLayouts_Default_" data-uid="C1.C1Preview.DocumentPageLayouts.Default*"></a>
<h4 id="C1_C1Preview_DocumentPageLayouts_Default" data-uid="C1.C1Preview.DocumentPageLayouts.Default">Default</h4>
<div class="markdown level1 summary"><p>Gets or sets the default <a class="xref" href="C1.C1Preview.PageLayout.html">PageLayout</a> for the current document.
The effective page layout for each page is determined by merging this layout
with all other applicable layouts.
The effective layout can be accessed via the <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentPageLayout.html#C1_C1Preview_C1PrintDocument_CurrentPageLayout">CurrentPageLayout</a> property
on the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
[C1OpenXmlSerialization(&quot;documentpagelayouts/default.xml&quot;)]
public PageLayout Default { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
&lt;C1OpenXmlSerialization(&quot;documentpagelayouts/default.xml&quot;)&gt;
Public Property [Default] As PageLayout</code></pre>
</div>
</div>
