# C1.C1Preview.C1PrintDocument

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1PrintDocument" data-uid="C1.C1Preview.C1PrintDocument" class="text-break">C1PrintDocument Class
</h1>
  <div class="markdown level0 summary"><p>Represents a ComponentOne Document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">C1PrintDocument</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></div>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_C1PrintDocument_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1PrintDocument), &quot;C1PrintDocument.png&quot;)]
[C1OpenXmlSerialization(&quot;/document/document.xml&quot;)]
public class C1PrintDocument : Component, IComponent, IDisposable, IStyleOwner, IDocumentLocation, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1PrintDocument), &quot;C1PrintDocument.png&quot;)&gt;
&lt;C1OpenXmlSerialization(&quot;/document/document.xml&quot;)&gt;
Public Class C1PrintDocument
    Inherits Component
    Implements IComponent, IDisposable, IStyleOwner, IDocumentLocation, ISupportInitialize</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument__ctor" data-uid="C1.C1Preview.C1PrintDocument.#ctor">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.-ctor.html#C1_C1Preview_C1PrintDocument__ctor">C1PrintDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AcceptButton" data-uid="C1.C1Preview.C1PrintDocument.AcceptButton">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AcceptButton.html#C1_C1Preview_C1PrintDocument_AcceptButton">AcceptButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.RenderInputButton.html">RenderInputButton</a> object representing the
accept button in the current document
(the first <a class="xref" href="C1.C1Preview.RenderInputButton.html">RenderInputButton</a> object with <a class="xref" href="C1.C1Preview.RenderInputButton.AcceptButton.html#C1_C1Preview_RenderInputButton_AcceptButton">AcceptButton</a> property set to true).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ActualCreationDevice" data-uid="C1.C1Preview.C1PrintDocument.ActualCreationDevice">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ActualCreationDevice.html#C1_C1Preview_C1PrintDocument_ActualCreationDevice">ActualCreationDevice</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual measurement device which was used to generate the document.
This device can differ from the one specified by <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDevice.html#C1_C1Preview_C1PrintDocument_CreationDevice">CreationDevice</a>,
for example if <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDevice.html#C1_C1Preview_C1PrintDocument_CreationDevice">CreationDevice</a> was set to <a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html#C1_C1Preview_MeasurementDeviceEnum_Printer">Printer</a>
but the current system has no printers installed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ActualCreationPrinterName" data-uid="C1.C1Preview.C1PrintDocument.ActualCreationPrinterName">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ActualCreationPrinterName.html#C1_C1Preview_C1PrintDocument_ActualCreationPrinterName">ActualCreationPrinterName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the actual measurement printer which was used to generate the document.
This can differ from the name specified by <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationPrinterName.html#C1_C1Preview_C1PrintDocument_CreationPrinterName">CreationPrinterName</a>,
for example if the report was rendered on a system with no such printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AddWarningsWhenErrorInScript" data-uid="C1.C1Preview.C1PrintDocument.AddWarningsWhenErrorInScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AddWarningsWhenErrorInScript.html#C1_C1Preview_C1PrintDocument_AddWarningsWhenErrorInScript">AddWarningsWhenErrorInScript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to add messages to the
current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.Warnings.html#C1_C1Preview_C1PrintDocument_Warnings">Warnings</a> collection
when script errors are found.</p>
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AllowNonReflowableDocs" data-uid="C1.C1Preview.C1PrintDocument.AllowNonReflowableDocs">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AllowNonReflowableDocs.html#C1_C1Preview_C1PrintDocument_AllowNonReflowableDocs">AllowNonReflowableDocs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether methods can be called on the current document
that would result in the document becoming non-reflowable (such as <a class="xref" href="C1.C1Preview.C1PrintDocument.NewPage.html#C1_C1Preview_C1PrintDocument_NewPage">NewPage()</a>).
If this property is false, calling such methods throws an exception.
If this property is true, calling such methods sets the <a class="xref" href="C1.C1Preview.C1PrintDocument.Reflowable.html#C1_C1Preview_C1PrintDocument_Reflowable">Reflowable</a>
flag to false on the current document.</p>
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AssemblyVersion" data-uid="C1.C1Preview.C1PrintDocument.AssemblyVersion">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AssemblyVersion.html#C1_C1Preview_C1PrintDocument_AssemblyVersion">AssemblyVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the version of C1PrintDocument assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AutoEmbedFonts" data-uid="C1.C1Preview.C1PrintDocument.AutoEmbedFonts">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AutoEmbedFonts.html#C1_C1Preview_C1PrintDocument_AutoEmbedFonts">AutoEmbedFonts</a>
        </td>
        <td class="markdown level1 summary"><p>This property is obsolete.</p>
Gets or sets a value indicating whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a>
collection will be automatically filled with fonts used in the document
during document generation.
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AvailableBlockFlowHeight" data-uid="C1.C1Preview.C1PrintDocument.AvailableBlockFlowHeight">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AvailableBlockFlowHeight.html#C1_C1Preview_C1PrintDocument_AvailableBlockFlowHeight">AvailableBlockFlowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>An amount of available vertical space in the block flow in the currently
generating page area, value specified in the ResolvedUnit units.
Returns -1 if document in not generating state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AvailableBlockFlowWidth" data-uid="C1.C1Preview.C1PrintDocument.AvailableBlockFlowWidth">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AvailableBlockFlowWidth.html#C1_C1Preview_C1PrintDocument_AvailableBlockFlowWidth">AvailableBlockFlowWidth</a>
        </td>
        <td class="markdown level1 summary"><p>An amount of available horizontal space in the block flow in the currently
generating page area, value specified in the ResolvedUnit units.
Returns -1 if document in not generating state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Body" data-uid="C1.C1Preview.C1PrintDocument.Body">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.DocumentBody.html">DocumentBody</a> object representing the body of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_BuildSerializerLog" data-uid="C1.C1Preview.C1PrintDocument.BuildSerializerLog">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.BuildSerializerLog.html#C1_C1Preview_C1PrintDocument_BuildSerializerLog">BuildSerializerLog</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a log should be built
during serialization and deserialization operations.
If an exception occurs, that log is available in the exception data.
Set this property to true to help debugging obscure serialization errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_BusyState" data-uid="C1.C1Preview.C1PrintDocument.BusyState">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.BusyState.html#C1_C1Preview_C1PrintDocument_BusyState">BusyState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current busy state of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Cancel" data-uid="C1.C1Preview.C1PrintDocument.Cancel">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Cancel.html#C1_C1Preview_C1PrintDocument_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to cancel the generation of the current document.
Note that this property is useful only if <a class="xref" href="C1.C1Preview.C1PrintDocument.DoEvents.html#C1_C1Preview_C1PrintDocument_DoEvents">DoEvents</a>
is set to <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ClipPage" data-uid="C1.C1Preview.C1PrintDocument.ClipPage">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ClipPage.html#C1_C1Preview_C1PrintDocument_ClipPage">ClipPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to clip the content
of the current document to page margins.</p>
<p>The default value is <b>false</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CompatibilityOptions" data-uid="C1.C1Preview.C1PrintDocument.CompatibilityOptions">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CompatibilityOptions.html#C1_C1Preview_C1PrintDocument_CompatibilityOptions">CompatibilityOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1PrintDocument.CompatibilityOptions.html#C1_C1Preview_C1PrintDocument_CompatibilityOptions">CompatibilityOptions</a> object which determines compatibility
with previous versions of C1PrintDocument.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CreationDevice" data-uid="C1.C1Preview.C1PrintDocument.CreationDevice">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDevice.html#C1_C1Preview_C1PrintDocument_CreationDevice">CreationDevice</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of device that is
used to provide reference graphics when generating the document.
If this property is set to <a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html#C1_C1Preview_MeasurementDeviceEnum_Printer">Printer</a>,
<a class="xref" href="C1.C1Preview.C1PrintDocument.CreationPrinterName.html#C1_C1Preview_C1PrintDocument_CreationPrinterName">CreationPrinterName</a> specifies the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CreationDpi" data-uid="C1.C1Preview.C1PrintDocument.CreationDpi">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDpi.html#C1_C1Preview_C1PrintDocument_CreationDpi">CreationDpi</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the resolution (DPI) used when generating the document.</p>
<p>
Note that if <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> is <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a>,
this is also the resolution of <b>ResolvedUnit</b> pixels.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CreationGraphics" data-uid="C1.C1Preview.C1PrintDocument.CreationGraphics">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationGraphics.html#C1_C1Preview_C1PrintDocument_CreationGraphics">CreationGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a> object to use as reference when generating the report.
This <b>Graphics</b> is used to calculate text sizes, measure RTF text, and so on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CreationMode" data-uid="C1.C1Preview.C1PrintDocument.CreationMode">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationMode.html#C1_C1Preview_C1PrintDocument_CreationMode">CreationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document creation mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CreationPrinterName" data-uid="C1.C1Preview.C1PrintDocument.CreationPrinterName">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationPrinterName.html#C1_C1Preview_C1PrintDocument_CreationPrinterName">CreationPrinterName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the printer that is
used to provide reference graphics when generating the document.</p>
<p>This property is only used if <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDevice.html#C1_C1Preview_C1PrintDocument_CreationDevice">CreationDevice</a> is set to
<a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html#C1_C1Preview_MeasurementDeviceEnum_Printer">Printer</a>.</p>
<p>Set this property to <b>null</b> to select the reference printer automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CurrentBlockGraphics" data-uid="C1.C1Preview.C1PrintDocument.CurrentBlockGraphics">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentBlockGraphics.html#C1_C1Preview_C1PrintDocument_CurrentBlockGraphics">CurrentBlockGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current <code>Graphics</code> object
created by the last call to <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderBlockGraphicsBegin">RenderBlockGraphicsBegin()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CurrentBlockRenderGraphics" data-uid="C1.C1Preview.C1PrintDocument.CurrentBlockRenderGraphics">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentBlockRenderGraphics.html#C1_C1Preview_C1PrintDocument_CurrentBlockRenderGraphics">CurrentBlockRenderGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> object
created by the last call to <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderBlockGraphicsBegin">RenderBlockGraphicsBegin()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CurrentDirectGraphics" data-uid="C1.C1Preview.C1PrintDocument.CurrentDirectGraphics">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentDirectGraphics.html#C1_C1Preview_C1PrintDocument_CurrentDirectGraphics">CurrentDirectGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current <code>Graphics</code> object
created by the last call to <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderDirectGraphicsBegin_C1_C1Preview_Unit_C1_C1Preview_Unit_">RenderDirectGraphicsBegin(Unit, Unit)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CurrentDirectRenderGraphics" data-uid="C1.C1Preview.C1PrintDocument.CurrentDirectRenderGraphics">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentDirectRenderGraphics.html#C1_C1Preview_C1PrintDocument_CurrentDirectRenderGraphics">CurrentDirectRenderGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> object
created by the last call to <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderDirectGraphicsBegin_C1_C1Preview_Unit_C1_C1Preview_Unit_">RenderDirectGraphicsBegin(Unit, Unit)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CurrentPage" data-uid="C1.C1Preview.C1PrintDocument.CurrentPage">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentPage.html#C1_C1Preview_C1PrintDocument_CurrentPage">CurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current generating page, returns null if document in not generating state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CurrentPageArea" data-uid="C1.C1Preview.C1PrintDocument.CurrentPageArea">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentPageArea.html#C1_C1Preview_C1PrintDocument_CurrentPageArea">CurrentPageArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current generating area of page, returns null if document in not generating state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CurrentPageLayout" data-uid="C1.C1Preview.C1PrintDocument.CurrentPageLayout">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentPageLayout.html#C1_C1Preview_C1PrintDocument_CurrentPageLayout">CurrentPageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the effective layout for the current page. That layout is automatically
built on the fly by merging all applicable layouts defined for the current document in <a class="xref" href="C1.C1Preview.C1PrintDocument.PageLayouts.html#C1_C1Preview_C1PrintDocument_PageLayouts">PageLayouts</a>.
You may change the properties on <b>CurrentPageLayout</b> programmatically. The changes will be
effective immediately if they are made in the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageConfigure.html">PageConfigure</a> event handler,
otherwise they will take effect for the next added page.</p>
<p>
Note that this property is only available during document generation, at other times null is returned.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DataSchema" data-uid="C1.C1Preview.C1PrintDocument.DataSchema">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DataSchema.html#C1_C1Preview_C1PrintDocument_DataSchema">DataSchema</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.DataBinding.C1DataSchema.html">C1DataSchema</a> object representing
the data schema built into the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DefaultUnit" data-uid="C1.C1Preview.C1PrintDocument.DefaultUnit">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DefaultUnit.html#C1_C1Preview_C1PrintDocument_DefaultUnit">DefaultUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default unit of measurement for the current document.
This unit is used when sizes or coordinates of objects within the document
are set without specifying the unit of measurement explicitly.</p>
<p>The default value is <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Inch">Inch</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Dictionary" data-uid="C1.C1Preview.C1PrintDocument.Dictionary">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Dictionary.html#C1_C1Preview_C1PrintDocument_Dictionary">Dictionary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current document's <a class="xref" href="C1.C1Preview.Dictionary.html">Dictionary</a>.
The <b>Dictionary</b> can be used to contain reused resources
(e.g. images used in multiple places in the document).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DisableUserReflow" data-uid="C1.C1Preview.C1PrintDocument.DisableUserReflow">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DisableUserReflow.html#C1_C1Preview_C1PrintDocument_DisableUserReflow">DisableUserReflow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the end user should be prevented
from reflowing the document with different page settings.
This property is only a hint to the document viewer.</p>
<p>The default value is false (i.e. reflow is allowed).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DoEvents" data-uid="C1.C1Preview.C1PrintDocument.DoEvents">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DoEvents.html#C1_C1Preview_C1PrintDocument_DoEvents">DoEvents</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the current <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
should handle Windows messages while generating.</p>
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Document" data-uid="C1.C1Preview.C1PrintDocument.Document">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Document.html#C1_C1Preview_C1PrintDocument_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.printdocument">PrintDocument</a> object that can be used to render the current document
into a standard print preview control. Not needed and not recommended if you're using
ComponentOne preview controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentDirectoryName" data-uid="C1.C1Preview.C1PrintDocument.DocumentDirectoryName">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentDirectoryName.html#C1_C1Preview_C1PrintDocument_DocumentDirectoryName">DocumentDirectoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the directory of the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFileName.html#C1_C1Preview_C1PrintDocument_DocumentFileName">DocumentFileName</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentEndedScript" data-uid="C1.C1Preview.C1PrintDocument.DocumentEndedScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentEndedScript.html#C1_C1Preview_C1PrintDocument_DocumentEndedScript">DocumentEndedScript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the script that is executed when the current document has finished generating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentFileName" data-uid="C1.C1Preview.C1PrintDocument.DocumentFileName">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFileName.html#C1_C1Preview_C1PrintDocument_DocumentFileName">DocumentFileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the file name associated with the current document
(i.e. the document was either loaded from that file, or
saved to it).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentFonts" data-uid="C1.C1Preview.C1PrintDocument.DocumentFonts">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFonts.html#C1_C1Preview_C1PrintDocument_DocumentFonts">DocumentFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.C1Preview.DocumentFont.html">DocumentFont</a> objects describing fonts
used in the current document.</p>
<p>
This collection is populated automaticallly when the document generates,
depending on the value of the <a class="xref" href="C1.C1Preview.C1PrintDocument.FontHandling.html#C1_C1Preview_C1PrintDocument_FontHandling">FontHandling</a>
property on the document.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentFormatVersion" data-uid="C1.C1Preview.C1PrintDocument.DocumentFormatVersion">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentFormatVersion.html#C1_C1Preview_C1PrintDocument_DocumentFormatVersion">DocumentFormatVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string representing the version of the document persistence format
supported by the current assembly.
This version is used to check persisted documents' compatibility.
Versions are backwards-compatible, but not vice versa
(i.e. a document persisted using a newer version of <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
may be unreadable by an older version).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentInfo" data-uid="C1.C1Preview.C1PrintDocument.DocumentInfo">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentInfo.html#C1_C1Preview_C1PrintDocument_DocumentInfo">DocumentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentInfo.html#C1_C1Preview_C1PrintDocument_DocumentInfo">DocumentInfo</a> object containing the information
about the current document (such as author, company, and so on).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentStartingScript" data-uid="C1.C1Preview.C1PrintDocument.DocumentStartingScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentStartingScript.html#C1_C1Preview_C1PrintDocument_DocumentStartingScript">DocumentStartingScript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the script that is executed when the current document starts generating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_EmbeddedFonts" data-uid="C1.C1Preview.C1PrintDocument.EmbeddedFonts">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.EmbeddedFonts.html#C1_C1Preview_C1PrintDocument_EmbeddedFonts">EmbeddedFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of fonts embedded in the current document.</p>
<p>
If <a class="xref" href="C1.C1Preview.C1PrintDocument.FontHandling.html#C1_C1Preview_C1PrintDocument_FontHandling">FontHandling</a> property on the document
has been set to <a class="xref" href="C1.C1Preview.FontHandling.html#C1_C1Preview_FontHandling_EmbedFonts">EmbedFonts</a> or
<a class="xref" href="C1.C1Preview.FontHandling.html#C1_C1Preview_FontHandling_EmbedActualFonts">EmbedActualFonts</a>,
this collection is populated automatically when the document generates.
</p>
<p>
Otherwise, this collection is not populated automatically. But you can
add fonts to this collection in code, so that just the added fonts will be 
embedded in the document. Note that in that case you must also explicitly
specify the glyphs to include by calling the <a class="xref" href="C1.C1Preview.EmbeddedFont.AddGlyphs.html#C1_C1Preview_EmbeddedFont_AddGlyphs_System_String_">AddGlyphs(string)</a>
method or any of its overloads.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_EmfType" data-uid="C1.C1Preview.C1PrintDocument.EmfType">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.EmfType.html#C1_C1Preview_C1PrintDocument_EmfType">EmfType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of metafiles created by the current document.
The default is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.emftype#system-drawing-imaging-emftype-emfplusonly">EmfPlusOnly</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ErrorCode" data-uid="C1.C1Preview.C1PrintDocument.ErrorCode">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ErrorCode.html#C1_C1Preview_C1PrintDocument_ErrorCode">ErrorCode</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Now gets the Code of the first element in the Warnings collection,
or GenerateErrorEnum.None if there are no warnings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ErrorDesc" data-uid="C1.C1Preview.C1PrintDocument.ErrorDesc">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ErrorDesc.html#C1_C1Preview_C1PrintDocument_ErrorDesc">ErrorDesc</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Now gets the description of the first element in the Warnings collection,
or an empty string if there are no warnings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ErrorScript" data-uid="C1.C1Preview.C1PrintDocument.ErrorScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ErrorScript.html#C1_C1Preview_C1PrintDocument_ErrorScript">ErrorScript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the script that is executed when an error occurs in a script attached to the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ExportProviders" data-uid="C1.C1Preview.C1PrintDocument.ExportProviders">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ExportProviders.html#C1_C1Preview_C1PrintDocument_ExportProviders">ExportProviders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of all registered <a class="xref" href="C1.C1Preview.Export.ExportProvider.html">ExportProvider</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FontHandling" data-uid="C1.C1Preview.C1PrintDocument.FontHandling">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FontHandling.html#C1_C1Preview_C1PrintDocument_FontHandling">FontHandling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how font embedding and substitution are handled
by the current <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
This property is simply a shortcut to <a class="xref" href="C1.C1Preview.FontProcessingOptions.FontHandling.html#C1_C1Preview_FontProcessingOptions_FontHandling">FontHandling</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FontProcessingOptions" data-uid="C1.C1Preview.C1PrintDocument.FontProcessingOptions">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FontProcessingOptions.html#C1_C1Preview_C1PrintDocument_FontProcessingOptions">FontProcessingOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1PrintDocument.FontProcessingOptions.html#C1_C1Preview_C1PrintDocument_FontProcessingOptions">FontProcessingOptions</a> object which determines
how font subtitution and embedding are handled when the document generates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FormatVersion" data-uid="C1.C1Preview.C1PrintDocument.FormatVersion">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FormatVersion.html#C1_C1Preview_C1PrintDocument_FormatVersion">FormatVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <span class="xref">C1.C1Preview.C1FormatVersion</span> object representing the version of the document persistence format
supported by the current assembly.
This version is used to check persisted documents' compatibility.
Versions are backwards-compatible, but not vice versa
(i.e. a document persisted using a newer version of <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
may be unreadable by an older version).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FormsKeyActionEnter" data-uid="C1.C1Preview.C1PrintDocument.FormsKeyActionEnter">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FormsKeyActionEnter.html#C1_C1Preview_C1PrintDocument_FormsKeyActionEnter">FormsKeyActionEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action to be performed when the ENTER key is pressed
in a <b>C1.Win.C1Preview.C1PreviewPane</b> control which is viewing the current document.</p>
<p>The default value is <a class="xref" href="C1.C1Preview.FormsKeyActionEnterEnum.html#C1_C1Preview_FormsKeyActionEnterEnum_None">None</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FormsKeyActionTab" data-uid="C1.C1Preview.C1PrintDocument.FormsKeyActionTab">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FormsKeyActionTab.html#C1_C1Preview_C1PrintDocument_FormsKeyActionTab">FormsKeyActionTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action to be performed when the TAB key is pressed
in a <b>C1.Win.C1Preview.C1PreviewPane</b> control which is viewing the current document.</p>
<p>The default value is <a class="xref" href="C1.C1Preview.FormsKeyActionTabEnum.html#C1_C1Preview_FormsKeyActionTabEnum_MoveAccrossDocOut">MoveAccrossDocOut</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FormsStyle" data-uid="C1.C1Preview.C1PrintDocument.FormsStyle">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FormsStyle.html#C1_C1Preview_C1PrintDocument_FormsStyle">FormsStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.FormsStyleEnum.html">FormsStyleEnum</a> value specifying
the look and feel of input controls in the current document
(see types derived from <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>).</p>
<p>The default value is <a class="xref" href="C1.C1Preview.FormsStyleEnum.html#C1_C1Preview_FormsStyleEnum_Acrobat">Acrobat</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_GeneratingComplete" data-uid="C1.C1Preview.C1PrintDocument.GeneratingComplete">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.GeneratingComplete.html#C1_C1Preview_C1PrintDocument_GeneratingComplete">GeneratingComplete</a>
        </td>
        <td class="markdown level1 summary"><p>If the current document is generating (see <a class="xref" href="C1.C1Preview.C1PrintDocument.IsGenerating.html#C1_C1Preview_C1PrintDocument_IsGenerating">IsGenerating</a>),
gets the approximate completion ratio, from 0 (0% complete) to 1 (100% complete).
If the document is currently not generating, gets 1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_HasGenerateDocumentHandler" data-uid="C1.C1Preview.C1PrintDocument.HasGenerateDocumentHandler">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.HasGenerateDocumentHandler.html#C1_C1Preview_C1PrintDocument_HasGenerateDocumentHandler">HasGenerateDocumentHandler</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether a handler is attached to the
<a class="xref" href="C1.C1Preview.C1PrintDocument.GenerateDocument.html">GenerateDocument</a> event of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_IsGenerating" data-uid="C1.C1Preview.C1PrintDocument.IsGenerating">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.IsGenerating.html#C1_C1Preview_C1PrintDocument_IsGenerating">IsGenerating</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the document is currently being generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_IsPageCountFinal" data-uid="C1.C1Preview.C1PrintDocument.IsPageCountFinal">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.IsPageCountFinal.html#C1_C1Preview_C1PrintDocument_IsPageCountFinal">IsPageCountFinal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether all pages have been added to the document
being generated.</p>
<p>
For example, if the document has a page footer or header
that includes the total page count (of the kind "Page X of Y"), this property
gets <b>false</b> while new pages are being added, but <b>true</b> when adding
new pages is over and the total page count is being updated on the rendered
pages.
</p>
<p>
If the document is currently not generating (see <a class="xref" href="C1.C1Preview.C1PrintDocument.IsGenerating.html#C1_C1Preview_C1PrintDocument_IsGenerating">IsGenerating</a>),
gets <b>true</b>.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_IsStartEndDocMode" data-uid="C1.C1Preview.C1PrintDocument.IsStartEndDocMode">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.IsStartEndDocMode.html#C1_C1Preview_C1PrintDocument_IsStartEndDocMode">IsStartEndDocMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the document is being generated
via <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> / <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a> methods.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_MaxPages" data-uid="C1.C1Preview.C1PrintDocument.MaxPages">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.MaxPages.html#C1_C1Preview_C1PrintDocument_MaxPages">MaxPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value limiting the maximum number of pages
in the generated document.</p>
<p>
The default value is -1, indicating that the number of pages
in the document is unlimited.
</p>
<p>
This property is only taken into account when the document is
created using the <a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate()</a> method.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_MeasurementDevice" data-uid="C1.C1Preview.C1PrintDocument.MeasurementDevice">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDevice.html#C1_C1Preview_C1PrintDocument_MeasurementDevice">MeasurementDevice</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of device used to provide <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a>
used to measure/calculate layouts of <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> objects.
If this property is set to <a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html#C1_C1Preview_MeasurementDeviceEnum_Printer">Printer</a>,
<a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementPrinterName.html#C1_C1Preview_C1PrintDocument_MeasurementPrinterName">MeasurementPrinterName</a> specifies the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_MeasurementDpi" data-uid="C1.C1Preview.C1PrintDocument.MeasurementDpi">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDpi.html#C1_C1Preview_C1PrintDocument_MeasurementDpi">MeasurementDpi</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the resolution (DPI) of the <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementGraphics.html#C1_C1Preview_C1PrintDocument_MeasurementGraphics">MeasurementGraphics</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_MeasurementGraphics" data-uid="C1.C1Preview.C1PrintDocument.MeasurementGraphics">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementGraphics.html#C1_C1Preview_C1PrintDocument_MeasurementGraphics">MeasurementGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a> object
used to measure/calculate layouts of <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_MeasurementPrinterName" data-uid="C1.C1Preview.C1PrintDocument.MeasurementPrinterName">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementPrinterName.html#C1_C1Preview_C1PrintDocument_MeasurementPrinterName">MeasurementPrinterName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the printer used to provide <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a>
used to measure/calculate layouts of <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> objects.
This property is only used if <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDevice.html#C1_C1Preview_C1PrintDocument_MeasurementDevice">MeasurementDevice</a> is set to <a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html#C1_C1Preview_MeasurementDeviceEnum_Printer">Printer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Outlines" data-uid="C1.C1Preview.C1PrintDocument.Outlines">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Outlines.html#C1_C1Preview_C1PrintDocument_Outlines">Outlines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.OutlineNodeCollection.html">OutlineNodeCollection</a> representing the collection of
<a class="xref" href="C1.C1Preview.OutlineNode.html">OutlineNode</a> objects of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageConfigureScript" data-uid="C1.C1Preview.C1PrintDocument.PageConfigureScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageConfigureScript.html#C1_C1Preview_C1PrintDocument_PageConfigureScript">PageConfigureScript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the script that is executed when a new page is added to the document.
This script executes after the page has been added to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Pages.html#C1_C1Preview_C1PrintDocument_Pages">Pages</a> collection
but before it is resolved (i.e. when the content of the page has not been laid out yet).</p>
<p>
This script should be used only to change the page layout. Do not use this script
to change the page content, as it may cause errors. 
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageLayout" data-uid="C1.C1Preview.C1PrintDocument.PageLayout">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageLayout.html#C1_C1Preview_C1PrintDocument_PageLayout">PageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default page layout for the current document.
This property is a shortcut for <a class="xref" href="C1.C1Preview.DocumentPageLayouts.Default.html#C1_C1Preview_DocumentPageLayouts_Default">Default</a>.
(A page layout includes page settings, page headers and footers, and column definitions.)</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageLayouts" data-uid="C1.C1Preview.C1PrintDocument.PageLayouts">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageLayouts.html#C1_C1Preview_C1PrintDocument_PageLayouts">PageLayouts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of page layouts used in the current document.
In addition to the default layout which is always present, special layouts
may be defined for first, last, even and odd pages of the document.
The effective layout for each page is then produced by merging all applicable layouts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageNumberingChange" data-uid="C1.C1Preview.C1PrintDocument.PageNumberingChange">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageNumberingChange.html#C1_C1Preview_C1PrintDocument_PageNumberingChange">PageNumberingChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageNumberingChange.html#C1_C1Preview_C1PrintDocument_PageNumberingChange">PageNumberingChange</a> object
applied to the first page of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Pages" data-uid="C1.C1Preview.C1PrintDocument.Pages">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Pages.html#C1_C1Preview_C1PrintDocument_Pages">Pages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of document's pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Reflowable" data-uid="C1.C1Preview.C1PrintDocument.Reflowable">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Reflowable.html#C1_C1Preview_C1PrintDocument_Reflowable">Reflowable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the document is reflowable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ResolvedUnit" data-uid="C1.C1Preview.C1PrintDocument.ResolvedUnit">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> value that will be used
to specify the resolved sizes of objects within the current document
(e.g. the sizes of <a class="xref" href="C1.C1Preview.RenderFragment.html">RenderFragment</a> objects representing the
render objects in the document).</p>
<p>
This property cannot be changed when the document is generating
(i.e. while <a class="xref" href="C1.C1Preview.C1PrintDocument.IsGenerating.html#C1_C1Preview_C1PrintDocument_IsGenerating">IsGenerating</a> returns true).
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ScriptingOptions" data-uid="C1.C1Preview.C1PrintDocument.ScriptingOptions">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ScriptingOptions.html#C1_C1Preview_C1PrintDocument_ScriptingOptions">ScriptingOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ScriptingOptions object defining the scripting options of this C1PrintDocument object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShowTagsInputDialog" data-uid="C1.C1Preview.C1PrintDocument.ShowTagsInputDialog">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShowTagsInputDialog.html#C1_C1Preview_C1PrintDocument_ShowTagsInputDialog">ShowTagsInputDialog</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a dialog allowing to input values for some or all
of the user defined tags (elements of the <a class="xref" href="C1.C1Preview.C1PrintDocument.Tags.html#C1_C1Preview_C1PrintDocument_Tags">Tags</a> collection) should be shown
to the user before the document generates. To include or exclude tags from the dialog,
use <a class="xref" href="C1.C1Preview.Tag.ShowInDialog.html#C1_C1Preview_Tag_ShowInDialog">ShowInDialog</a>.</p>
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Stacking" data-uid="C1.C1Preview.C1PrintDocument.Stacking">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Stacking.html#C1_C1Preview_C1PrintDocument_Stacking">Stacking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top-level stacking rule for the document body.</p>
<p>The default value is <a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_BlockTopToBottom">BlockTopToBottom</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Style" data-uid="C1.C1Preview.C1PrintDocument.Style">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Style.html#C1_C1Preview_C1PrintDocument_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the main (root) <a class="xref" href="C1.C1Preview.Style.html">Style</a> of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_SystemTags" data-uid="C1.C1Preview.C1PrintDocument.SystemTags">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.SystemTags.html#C1_C1Preview_C1PrintDocument_SystemTags">SystemTags</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of system tags (objects derived from <a class="xref" href="C1.C1Preview.TagSys.html">TagSys</a>) associated with the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_TagCloseParen" data-uid="C1.C1Preview.C1PrintDocument.TagCloseParen">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.TagCloseParen.html#C1_C1Preview_C1PrintDocument_TagCloseParen">TagCloseParen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string used as the closing parentheses when including references to <a class="xref" href="C1.C1Preview.Tag.html">Tag</a> objects
in the current document's texts (e.g. in <a class="xref" href="C1.C1Preview.RenderText.Text.html#C1_C1Preview_RenderText_Text">Text</a> or <a class="xref" href="C1.C1Preview.ParagraphText.Text.html#C1_C1Preview_ParagraphText_Text">Text</a>).
To include a <b>TagCloseParen</b> string itself in a text, prepend it with the <a class="xref" href="C1.C1Preview.C1PrintDocument.TagEscapeString.html#C1_C1Preview_C1PrintDocument_TagEscapeString">TagEscapeString</a> string.</p>
<p>The default value is <b>"]"</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_TagEscapeString" data-uid="C1.C1Preview.C1PrintDocument.TagEscapeString">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.TagEscapeString.html#C1_C1Preview_C1PrintDocument_TagEscapeString">TagEscapeString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string that can be used to escape <a class="xref" href="C1.C1Preview.C1PrintDocument.TagOpenParen.html#C1_C1Preview_C1PrintDocument_TagOpenParen">TagOpenParen</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.TagCloseParen.html#C1_C1Preview_C1PrintDocument_TagCloseParen">TagCloseParen</a>.
To include a <b>TagEscapeString</b> string itself in a text, duplicate it.</p>
<p>The default value is <b>"\"</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_TagOpenParen" data-uid="C1.C1Preview.C1PrintDocument.TagOpenParen">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.TagOpenParen.html#C1_C1Preview_C1PrintDocument_TagOpenParen">TagOpenParen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string used as the opening parentheses when including references to <a class="xref" href="C1.C1Preview.Tag.html">Tag</a> objects
in the current document's texts (e.g. in <a class="xref" href="C1.C1Preview.RenderText.Text.html#C1_C1Preview_RenderText_Text">Text</a> or <a class="xref" href="C1.C1Preview.ParagraphText.Text.html#C1_C1Preview_ParagraphText_Text">Text</a>).
To include a <b>TagOpenParen</b> string itself in a text, prepend it with the <a class="xref" href="C1.C1Preview.C1PrintDocument.TagEscapeString.html#C1_C1Preview_C1PrintDocument_TagEscapeString">TagEscapeString</a> string.</p>
<p>The default value is <b>"["</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Tags" data-uid="C1.C1Preview.C1PrintDocument.Tags">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Tags.html#C1_C1Preview_C1PrintDocument_Tags">Tags</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.TagCollection.html">TagCollection</a> representing the collection
of user-defined <a class="xref" href="C1.C1Preview.Tag.html">Tag</a> objects in the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_TagsInputDialogClass" data-uid="C1.C1Preview.C1PrintDocument.TagsInputDialogClass">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.TagsInputDialogClass.html#C1_C1Preview_C1PrintDocument_TagsInputDialogClass">TagsInputDialogClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of form used to input tag values
(the form will be shown if <a class="xref" href="C1.C1Preview.C1PrintDocument.ShowTagsInputDialog.html#C1_C1Preview_C1PrintDocument_ShowTagsInputDialog">ShowTagsInputDialog</a> is true).
The form type must be derived from <a class="xref" href="C1.C1Preview.Forms.TagsInputFormBase.html">TagsInputFormBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_TagsInputDialogClassName" data-uid="C1.C1Preview.C1PrintDocument.TagsInputDialogClassName">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.TagsInputDialogClassName.html#C1_C1Preview_C1PrintDocument_TagsInputDialogClassName">TagsInputDialogClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type name of form used to input tag values
(the form will be shown if <a class="xref" href="C1.C1Preview.C1PrintDocument.ShowTagsInputDialog.html#C1_C1Preview_C1PrintDocument_ShowTagsInputDialog">ShowTagsInputDialog</a> is true).
The form type must be derived from <a class="xref" href="C1.C1Preview.Forms.TagsInputFormBase.html">TagsInputFormBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ThrowExceptionOnError" data-uid="C1.C1Preview.C1PrintDocument.ThrowExceptionOnError">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ThrowExceptionOnError.html#C1_C1Preview_C1PrintDocument_ThrowExceptionOnError">ThrowExceptionOnError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether an exception should be raised if an error occurs
while the current document generates.
If this property is false, the <a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate()</a> method will return false
if errors occurred while generating, otherwise an exception will be thrown
on the first error.</p>
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_UsageInfo" data-uid="C1.C1Preview.C1PrintDocument.UsageInfo">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.UsageInfo.html#C1_C1Preview_C1PrintDocument_UsageInfo">UsageInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1PrintDocument.UsageInfo.html#C1_C1Preview_C1PrintDocument_UsageInfo">UsageInfo</a> object containing information related to the
current document's usage: date/time of generation, file name last used to
save or load the document, and so on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_UseGdiPlusTextRendering" data-uid="C1.C1Preview.C1PrintDocument.UseGdiPlusTextRendering">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.UseGdiPlusTextRendering.html#C1_C1Preview_C1PrintDocument_UseGdiPlusTextRendering">UseGdiPlusTextRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether text in the current document
should be rendered using the GDI+ text API.</p>
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_UsePrinterForDefaultPageSettings" data-uid="C1.C1Preview.C1PrintDocument.UsePrinterForDefaultPageSettings">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.UsePrinterForDefaultPageSettings.html#C1_C1Preview_C1PrintDocument_UsePrinterForDefaultPageSettings">UsePrinterForDefaultPageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the default page settings are
retrieved from the default printer (may slow things down if the printer
is a network one) or calculated based on the current locale.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_UserData" data-uid="C1.C1Preview.C1PrintDocument.UserData">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.UserData.html#C1_C1Preview_C1PrintDocument_UserData">UserData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets arbitrary data associated with the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Warnings" data-uid="C1.C1Preview.C1PrintDocument.Warnings">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Warnings.html#C1_C1Preview_C1PrintDocument_Warnings">Warnings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of warnings produced by the document's generation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AddAnchor_System_String_" data-uid="C1.C1Preview.C1PrintDocument.AddAnchor(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AddAnchor.html#C1_C1Preview_C1PrintDocument_AddAnchor_System_String_">AddAnchor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an anchor (<a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> or <a class="xref" href="C1.C1Preview.C1AnchorText.html">C1AnchorText</a>) at the current position in the document.
Can be used only if <a class="xref" href="C1.C1Preview.C1PrintDocument.IsStartEndDocMode.html#C1_C1Preview_C1PrintDocument_IsStartEndDocMode">IsStartEndDocMode</a> is <b>true</b>.</p>
<p>
This method is equivalent to <a class="xref" href="C1.C1Preview.C1PrintDocument.AddAnchor.html#C1_C1Preview_C1PrintDocument_AddAnchor_System_String_System_String_System_Object_">AddAnchor(string, string, object)</a>
with the last two parameters (description and user data) specified as <b>null</b> values.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AddAnchor_System_String_System_String_" data-uid="C1.C1Preview.C1PrintDocument.AddAnchor(System.String,System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AddAnchor.html#C1_C1Preview_C1PrintDocument_AddAnchor_System_String_System_String_">AddAnchor(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an anchor (<a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> or <a class="xref" href="C1.C1Preview.C1AnchorText.html">C1AnchorText</a>) at the current position in the document.
Can be used only if <a class="xref" href="C1.C1Preview.C1PrintDocument.IsStartEndDocMode.html#C1_C1Preview_C1PrintDocument_IsStartEndDocMode">IsStartEndDocMode</a> is <b>true</b>.</p>
<p>
This method is equivalent to <a class="xref" href="C1.C1Preview.C1PrintDocument.AddAnchor.html#C1_C1Preview_C1PrintDocument_AddAnchor_System_String_System_String_System_Object_">AddAnchor(string, string, object)</a>
with the last parameter (user data) specified as <b>null</b> value.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AddAnchor_System_String_System_String_System_Object_" data-uid="C1.C1Preview.C1PrintDocument.AddAnchor(System.String,System.String,System.Object)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AddAnchor.html#C1_C1Preview_C1PrintDocument_AddAnchor_System_String_System_String_System_Object_">AddAnchor(string, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an anchor (<a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> or <a class="xref" href="C1.C1Preview.C1AnchorText.html">C1AnchorText</a>) at the current position in the document.
Can be used only if <a class="xref" href="C1.C1Preview.C1PrintDocument.IsStartEndDocMode.html#C1_C1Preview_C1PrintDocument_IsStartEndDocMode">IsStartEndDocMode</a> is <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_AdvanceBlockFlow_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.AdvanceBlockFlow(C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.AdvanceBlockFlow.html#C1_C1Preview_C1PrintDocument_AdvanceBlockFlow_C1_C1Preview_Unit_">AdvanceBlockFlow(Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Advances the current block flow position by the specified distance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_BeginInit" data-uid="C1.C1Preview.C1PrintDocument.BeginInit">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.BeginInit.html#C1_C1Preview_C1PrintDocument_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CanRenderBlock" data-uid="C1.C1Preview.C1PrintDocument.CanRenderBlock">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CanRenderBlock.html#C1_C1Preview_C1PrintDocument_CanRenderBlock">CanRenderBlock()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether rendering in the block flow is permitted now.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_CanRenderDirect" data-uid="C1.C1Preview.C1PrintDocument.CanRenderDirect">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.CanRenderDirect.html#C1_C1Preview_C1PrintDocument_CanRenderDirect">CanRenderDirect()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether direct rendering is permitted now.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Clear" data-uid="C1.C1Preview.C1PrintDocument.Clear">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Clear.html#C1_C1Preview_C1PrintDocument_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the current document, sets all properties to their default values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ClearGeneratedPages" data-uid="C1.C1Preview.C1PrintDocument.ClearGeneratedPages">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ClearGeneratedPages.html#C1_C1Preview_C1PrintDocument_ClearGeneratedPages">ClearGeneratedPages()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the pages and other info created during document generation.
This method does not clear the document structure/content though.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ConvertUnit_C1_C1Preview_Unit_C1_C1Preview_UnitTypeEnum_" data-uid="C1.C1Preview.C1PrintDocument.ConvertUnit(C1.C1Preview.Unit,C1.C1Preview.UnitTypeEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ConvertUnit.html#C1_C1Preview_C1PrintDocument_ConvertUnit_C1_C1Preview_Unit_C1_C1Preview_UnitTypeEnum_">ConvertUnit(Unit, UnitTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an absolute <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> value to the specified measurement units
(this overload cannot convert to pixels).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ConvertUnit_C1_C1Preview_Unit_C1_C1Preview_UnitTypeEnum_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.ConvertUnit(C1.C1Preview.Unit,C1.C1Preview.UnitTypeEnum,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ConvertUnit.html#C1_C1Preview_C1PrintDocument_ConvertUnit_C1_C1Preview_Unit_C1_C1Preview_UnitTypeEnum_System_Single_">ConvertUnit(Unit, UnitTypeEnum, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an absolute <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> value to the specified measurement units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Dispose_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Dispose(System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Dispose.html#C1_C1Preview_C1PrintDocument_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resoureces used by <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_EditTags" data-uid="C1.C1Preview.C1PrintDocument.EditTags">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.EditTags.html#C1_C1Preview_C1PrintDocument_EditTags">EditTags()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tags input dialog, allows the user to enter/update the values of <a class="xref" href="C1.C1Preview.Tag.html">Tag</a> objects
contained in the <a class="xref" href="C1.C1Preview.C1PrintDocument.Tags.html#C1_C1Preview_C1PrintDocument_Tags">Tags</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_EndDoc" data-uid="C1.C1Preview.C1PrintDocument.EndDoc">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
        </td>
        <td class="markdown level1 summary"><p>Finishes generation of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_EndInit" data-uid="C1.C1Preview.C1PrintDocument.EndInit">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.EndInit.html#C1_C1Preview_C1PrintDocument_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ExecuteDocumentEndedScript" data-uid="C1.C1Preview.C1PrintDocument.ExecuteDocumentEndedScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ExecuteDocumentEndedScript.html#C1_C1Preview_C1PrintDocument_ExecuteDocumentEndedScript">ExecuteDocumentEndedScript()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the document has finished generating.
Executes the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentEndedScript.html#C1_C1Preview_C1PrintDocument_DocumentEndedScript">DocumentEndedScript</a> script.
See remarks in <a class="xref" href="C1.C1Preview.C1PrintDocument.OnDocumentStarting.html#C1_C1Preview_C1PrintDocument_OnDocumentStarting">OnDocumentStarting()</a> method for details and order of events.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ExecuteDocumentStartingScript" data-uid="C1.C1Preview.C1PrintDocument.ExecuteDocumentStartingScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ExecuteDocumentStartingScript.html#C1_C1Preview_C1PrintDocument_ExecuteDocumentStartingScript">ExecuteDocumentStartingScript()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the document is starting to generate.
Executes the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentStartingScript.html#C1_C1Preview_C1PrintDocument_DocumentStartingScript">DocumentStartingScript</a> script.
See remarks in <a class="xref" href="C1.C1Preview.C1PrintDocument.OnDocumentStarting.html#C1_C1Preview_C1PrintDocument_OnDocumentStarting">OnDocumentStarting()</a> method for details and order of events.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Export_System_IO_Stream_C1_C1Preview_Export_ExportProvider_" data-uid="C1.C1Preview.C1PrintDocument.Export(System.IO.Stream,C1.C1Preview.Export.ExportProvider)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Export.html#C1_C1Preview_C1PrintDocument_Export_System_IO_Stream_C1_C1Preview_Export_ExportProvider_">Export(Stream, ExportProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the document to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Export_System_IO_Stream_C1_C1Preview_Export_ExportProvider_C1_C1Preview_OutputRange_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Export(System.IO.Stream,C1.C1Preview.Export.ExportProvider,C1.C1Preview.OutputRange,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Export.html#C1_C1Preview_C1PrintDocument_Export_System_IO_Stream_C1_C1Preview_Export_ExportProvider_C1_C1Preview_OutputRange_System_Boolean_">Export(Stream, ExportProvider, OutputRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the document to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Export_System_IO_Stream_C1_C1Preview_Export_ExportProvider_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Export(System.IO.Stream,C1.C1Preview.Export.ExportProvider,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Export.html#C1_C1Preview_C1PrintDocument_Export_System_IO_Stream_C1_C1Preview_Export_ExportProvider_System_Boolean_">Export(Stream, ExportProvider, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the document to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Export_System_String_" data-uid="C1.C1Preview.C1PrintDocument.Export(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Export.html#C1_C1Preview_C1PrintDocument_Export_System_String_">Export(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the document to a disk file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Export_System_String_C1_C1Preview_Export_ExportProvider_C1_C1Preview_OutputRange_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Export(System.String,C1.C1Preview.Export.ExportProvider,C1.C1Preview.OutputRange,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Export.html#C1_C1Preview_C1PrintDocument_Export_System_String_C1_C1Preview_Export_ExportProvider_C1_C1Preview_OutputRange_System_Boolean_">Export(string, ExportProvider, OutputRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the document to a disk file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Export_System_String_C1_C1Preview_OutputRange_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Export(System.String,C1.C1Preview.OutputRange,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Export.html#C1_C1Preview_C1PrintDocument_Export_System_String_C1_C1Preview_OutputRange_System_Boolean_">Export(string, OutputRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the document to a disk file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Export_System_String_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Export(System.String,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Export.html#C1_C1Preview_C1PrintDocument_Export_System_String_System_Boolean_">Export(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the document to a disk file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FindAnchor_System_String_" data-uid="C1.C1Preview.C1PrintDocument.FindAnchor(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FindAnchor.html#C1_C1Preview_C1PrintDocument_FindAnchor_System_String_">FindAnchor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an <a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> with the specified <a class="xref" href="C1.C1Preview.C1Anchor.Name.html#C1_C1Preview_C1Anchor_Name">Name</a> in the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FindInputFragment_System_Int32_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.FindInputFragment(System.Int32,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FindInputFragment.html#C1_C1Preview_C1PrintDocument_FindInputFragment_System_Int32_System_Boolean_">FindInputFragment(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the first occurrence of a <a class="xref" href="C1.C1Preview.RenderInputFragment.html">RenderInputFragment</a> object in the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromFile_System_String_" data-uid="C1.C1Preview.C1PrintDocument.FromFile(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromFile.html#C1_C1Preview_C1PrintDocument_FromFile_System_String_">FromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> class,
and loads the document from the specified file.
The persistence format (<a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> or <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1dx">C1dx</a>)
is determinated by the file extension.
If the format cannot be determined by the extension, the <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> format is used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromFile_System_String_C1_C1Preview_C1DocumentFormatEnum_" data-uid="C1.C1Preview.C1PrintDocument.FromFile(System.String,C1.C1Preview.C1DocumentFormatEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromFile.html#C1_C1Preview_C1PrintDocument_FromFile_System_String_C1_C1Preview_C1DocumentFormatEnum_">FromFile(string, C1DocumentFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> class,
and loads the document from the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_OffsetsD_C1_C1Preview_UnitTypeEnum_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(C1.C1Preview.OffsetsD,C1.C1Preview.UnitTypeEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_OffsetsD_C1_C1Preview_UnitTypeEnum_">FromRU(OffsetsD, UnitTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.OffsetsD.html">OffsetsD</a> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units,
using <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDpi.html#C1_C1Preview_C1PrintDocument_CreationDpi">CreationDpi</a> resolution if <code class="paramref">destType</code> is <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_OffsetsD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(C1.C1Preview.OffsetsD,C1.C1Preview.UnitTypeEnum,System.Single,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_OffsetsD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_">FromRU(OffsetsD, UnitTypeEnum, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.OffsetsD.html">OffsetsD</a> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_OffsetsD_System_Single_System_Single_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(C1.C1Preview.OffsetsD,System.Single,System.Single,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_OffsetsD_System_Single_System_Single_System_Boolean_">FromRU(OffsetsD, float, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.OffsetsD.html">OffsetsD</a> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> structure expressed in <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a> units,
using the specified resolution.</p>
<p>
Depending on the <code class="paramref">truncate</code> parameter, the converted value is either simply truncated,
or rounded (slower but more precise).
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_PointD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(C1.C1Preview.PointD,C1.C1Preview.UnitTypeEnum,System.Single,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_PointD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_">FromRU(PointD, UnitTypeEnum, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(C1.C1Preview.RectangleD,C1.C1Preview.UnitTypeEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_">FromRU(RectangleD, UnitTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units,
using <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDpi.html#C1_C1Preview_C1PrintDocument_CreationDpi">CreationDpi</a> resolution if <code class="paramref">destType</code> is <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(C1.C1Preview.RectangleD,C1.C1Preview.UnitTypeEnum,System.Single,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_">FromRU(RectangleD, UnitTypeEnum, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_RectangleD_System_Single_System_Single_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(C1.C1Preview.RectangleD,System.Single,System.Single,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_C1_C1Preview_RectangleD_System_Single_System_Single_System_Boolean_">FromRU(RectangleD, float, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> structure expressed in <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a> units,
using the specified resolution.</p>
<p>
Depending on the <code class="paramref">truncate</code> parameter, the converted value is either simply truncated,
or rounded (slower but more precise).
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_System_Double_C1_C1Preview_UnitTypeEnum_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(System.Double,C1.C1Preview.UnitTypeEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_System_Double_C1_C1Preview_UnitTypeEnum_">FromRU(double, UnitTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <b>double</b> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units,
using <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDpi.html#C1_C1Preview_C1PrintDocument_CreationDpi">CreationDpi</a> resolution if <code class="paramref">destType</code> is <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_System_Double_C1_C1Preview_UnitTypeEnum_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(System.Double,C1.C1Preview.UnitTypeEnum,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_System_Double_C1_C1Preview_UnitTypeEnum_System_Single_">FromRU(double, UnitTypeEnum, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <b>double</b> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_System_Double_System_Single_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(System.Double,System.Single,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_System_Double_System_Single_System_Boolean_">FromRU(double, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <b>double</b> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
to <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a> units with resolution specified by <code class="paramref">destDpi</code>.</p>
<p>
Depending on the <code class="paramref">truncate</code> parameter, the converted value is either simply truncated,
or rounded (slower but more precise).
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromRU_System_Drawing_Region_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.FromRU(System.Drawing.Region,C1.C1Preview.UnitTypeEnum,System.Single,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromRU.html#C1_C1Preview_C1PrintDocument_FromRU_System_Drawing_Region_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_">FromRU(Region, UnitTypeEnum, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms (scales) a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.region">Region</a> object expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units
so that it uses other <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromStream_System_IO_Stream_" data-uid="C1.C1Preview.C1PrintDocument.FromStream(System.IO.Stream)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromStream.html#C1_C1Preview_C1PrintDocument_FromStream_System_IO_Stream_">FromStream(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> class,
and loads the document from the specified stream.
The stream must contain a document in the <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FromStream_System_IO_Stream_C1_C1Preview_C1DocumentFormatEnum_" data-uid="C1.C1Preview.C1PrintDocument.FromStream(System.IO.Stream,C1.C1Preview.C1DocumentFormatEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FromStream.html#C1_C1Preview_C1PrintDocument_FromStream_System_IO_Stream_C1_C1Preview_C1DocumentFormatEnum_">FromStream(Stream, C1DocumentFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> class,
and loads the document from the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Generate" data-uid="C1.C1Preview.C1PrintDocument.Generate">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the current document,
using the <a class="xref" href="C1.C1Preview.RefreshModeEnum.html#C1_C1Preview_RefreshModeEnum_RefreshCalculatedValues">RefreshCalculatedValues</a> refresh mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Generate_C1_C1Preview_RefreshModeEnum_" data-uid="C1.C1Preview.C1PrintDocument.Generate(C1.C1Preview.RefreshModeEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate_C1_C1Preview_RefreshModeEnum_">Generate(RefreshModeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the current document.
Depending on the specified refresh mode, may update data-bound and calculated values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_GetLengthAbsValue_C1_C1Preview_LengthAbs_C1_C1Preview_Style_C1_C1Preview_Scripting_IScriptContext_" data-uid="C1.C1Preview.C1PrintDocument.GetLengthAbsValue(C1.C1Preview.LengthAbs,C1.C1Preview.Style,C1.C1Preview.Scripting.IScriptContext)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.GetLengthAbsValue.html#C1_C1Preview_C1PrintDocument_GetLengthAbsValue_C1_C1Preview_LengthAbs_C1_C1Preview_Style_C1_C1Preview_Scripting_IScriptContext_">GetLengthAbsValue(LengthAbs, Style, IScriptContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an absolute length represented by a <span class="xref">C1.C1Preview.LengthAbs</span> object
to a <b>double</b> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_GetLengthAbsValue_C1_C1Preview_LengthAbs_System_Drawing_Font_" data-uid="C1.C1Preview.C1PrintDocument.GetLengthAbsValue(C1.C1Preview.LengthAbs,System.Drawing.Font)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.GetLengthAbsValue.html#C1_C1Preview_C1PrintDocument_GetLengthAbsValue_C1_C1Preview_LengthAbs_System_Drawing_Font_">GetLengthAbsValue(LengthAbs, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an absolute length represented by a <span class="xref">C1.C1Preview.LengthAbs</span> object
to a <b>double</b> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_HasEditableTags" data-uid="C1.C1Preview.C1PrintDocument.HasEditableTags">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.HasEditableTags.html#C1_C1Preview_C1PrintDocument_HasEditableTags">HasEditableTags()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the document contains any tags that can be entered or changed in the tags input dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_InitDocument" data-uid="C1.C1Preview.C1PrintDocument.InitDocument">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.InitDocument.html#C1_C1Preview_C1PrintDocument_InitDocument">InitDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs some initializations: creates the sub-objects (PageHeader, PageFooter etc)
initializes DefaultPageSettings and so on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_IsInlineStarted" data-uid="C1.C1Preview.C1PrintDocument.IsInlineStarted">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.IsInlineStarted.html#C1_C1Preview_C1PrintDocument_IsInlineStarted">IsInlineStarted()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether an inline paragraph is currently being created on the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Load_System_IO_Stream_" data-uid="C1.C1Preview.C1PrintDocument.Load(System.IO.Stream)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Load.html#C1_C1Preview_C1PrintDocument_Load_System_IO_Stream_">Load(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the current document from a stream.
The stream should contain a document in <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Load_System_IO_Stream_C1_C1Preview_C1DocumentFormatEnum_" data-uid="C1.C1Preview.C1PrintDocument.Load(System.IO.Stream,C1.C1Preview.C1DocumentFormatEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Load.html#C1_C1Preview_C1PrintDocument_Load_System_IO_Stream_C1_C1Preview_C1DocumentFormatEnum_">Load(Stream, C1DocumentFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the current document from a stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Load_System_String_" data-uid="C1.C1Preview.C1PrintDocument.Load(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Load.html#C1_C1Preview_C1PrintDocument_Load_System_String_">Load(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the current document from a file.
The persistence format (<a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> or <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1dx">C1dx</a>)
is determined by the file extension.
The format defaults to <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a>
if the format cannot be determined from the extension.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Load_System_String_C1_C1Preview_C1DocumentFormatEnum_" data-uid="C1.C1Preview.C1PrintDocument.Load(System.String,C1.C1Preview.C1DocumentFormatEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Load.html#C1_C1Preview_C1PrintDocument_Load_System_String_C1_C1Preview_C1DocumentFormatEnum_">Load(string, C1DocumentFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the current document from a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_NewColumn" data-uid="C1.C1Preview.C1PrintDocument.NewColumn">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.NewColumn.html#C1_C1Preview_C1PrintDocument_NewColumn">NewColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Begins a new column. If the current column is the last on the page then a new page will be started.
Note that AllowNonReflowableDocs property on the document must be set to true
for this method to work; otherwise, an exception will occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_NewLine" data-uid="C1.C1Preview.C1PrintDocument.NewLine">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.NewLine.html#C1_C1Preview_C1PrintDocument_NewLine">NewLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Begins a new line in inline flow, can be used only if current stacking is inline flow.
Note that AllowNonReflowableDocs property on the document must be set to true
for this method to work; otherwise, an exception will occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_NewPage" data-uid="C1.C1Preview.C1PrintDocument.NewPage">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.NewPage.html#C1_C1Preview_C1PrintDocument_NewPage">NewPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new page and adds it to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_NewPage_C1_C1Preview_PageLayout_" data-uid="C1.C1Preview.C1PrintDocument.NewPage(C1.C1Preview.PageLayout)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.NewPage.html#C1_C1Preview_C1PrintDocument_NewPage_C1_C1Preview_PageLayout_">NewPage(PageLayout)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new page and adds it to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_NewPage_C1_C1Preview_PageLayout_C1_C1Preview_PageDirectionEnum_" data-uid="C1.C1Preview.C1PrintDocument.NewPage(C1.C1Preview.PageLayout,C1.C1Preview.PageDirectionEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.NewPage.html#C1_C1Preview_C1PrintDocument_NewPage_C1_C1Preview_PageLayout_C1_C1Preview_PageDirectionEnum_">NewPage(PageLayout, PageDirectionEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new page and adds it to the document.
Note that <a class="xref" href="C1.C1Preview.C1PrintDocument.AllowNonReflowableDocs.html#C1_C1Preview_C1PrintDocument_AllowNonReflowableDocs">AllowNonReflowableDocs</a> property on the document must be set to true
for this method to work; otherwise, an exception will occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnBeforePagesClear" data-uid="C1.C1Preview.C1PrintDocument.OnBeforePagesClear">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnBeforePagesClear.html#C1_C1Preview_C1PrintDocument_OnBeforePagesClear">OnBeforePagesClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="C1.C1Preview.C1PrintDocument.Pages.html#C1_C1Preview_C1PrintDocument_Pages">Pages</a> collection is about to be cleared.
Raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.BeforePagesClear.html">BeforePagesClear</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnBusyStateChanged" data-uid="C1.C1Preview.C1PrintDocument.OnBusyStateChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnBusyStateChanged.html#C1_C1Preview_C1PrintDocument_OnBusyStateChanged">OnBusyStateChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="C1.C1Preview.C1PrintDocument.BusyState.html#C1_C1Preview_C1PrintDocument_BusyState">BusyState</a> property value has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnDefaultUnitChanged" data-uid="C1.C1Preview.C1PrintDocument.OnDefaultUnitChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnDefaultUnitChanged.html#C1_C1Preview_C1PrintDocument_OnDefaultUnitChanged">OnDefaultUnitChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="C1.C1Preview.C1PrintDocument.DefaultUnit.html#C1_C1Preview_C1PrintDocument_DefaultUnit">DefaultUnit</a> property value has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnDocumentEnded" data-uid="C1.C1Preview.C1PrintDocument.OnDocumentEnded">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnDocumentEnded.html#C1_C1Preview_C1PrintDocument_OnDocumentEnded">OnDocumentEnded()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the document has finished generating.
Raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentEnded.html">DocumentEnded</a> event.
The <a class="xref" href="C1.C1Preview.C1PrintDocument.BusyState.html#C1_C1Preview_C1PrintDocument_BusyState">BusyState</a> property is set to <a class="xref" href="C1.C1Preview.BusyStateEnum.html#C1_C1Preview_BusyStateEnum_Ready">Ready</a>
before this method is called.
See remarks in <a class="xref" href="C1.C1Preview.C1PrintDocument.OnDocumentStarting.html#C1_C1Preview_C1PrintDocument_OnDocumentStarting">OnDocumentStarting()</a> method for more details.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnDocumentStarting" data-uid="C1.C1Preview.C1PrintDocument.OnDocumentStarting">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnDocumentStarting.html#C1_C1Preview_C1PrintDocument_OnDocumentStarting">OnDocumentStarting()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the document is starting to generate.
Raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentStarting.html">DocumentStarting</a> event.
The <a class="xref" href="C1.C1Preview.C1PrintDocument.BusyState.html#C1_C1Preview_C1PrintDocument_BusyState">BusyState</a> property is set to <a class="xref" href="C1.C1Preview.BusyStateEnum.html#C1_C1Preview_BusyStateEnum_Generating">Generating</a>
after this method returns.
See remarks for more details.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnFormsStyleChanged" data-uid="C1.C1Preview.C1PrintDocument.OnFormsStyleChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnFormsStyleChanged.html#C1_C1Preview_C1PrintDocument_OnFormsStyleChanged">OnFormsStyleChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.FormsStyleChanged.html">FormsStyleChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnGenerateDocument" data-uid="C1.C1Preview.C1PrintDocument.OnGenerateDocument">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnGenerateDocument.html#C1_C1Preview_C1PrintDocument_OnGenerateDocument">OnGenerateDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.GenerateDocument.html">GenerateDocument</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnInputValueChanged_C1_C1Preview_RenderInputBase_" data-uid="C1.C1Preview.C1PrintDocument.OnInputValueChanged(C1.C1Preview.RenderInputBase)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnInputValueChanged.html#C1_C1Preview_C1PrintDocument_OnInputValueChanged_C1_C1Preview_RenderInputBase_">OnInputValueChanged(RenderInputBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <span class="xref">C1.C1Preview.IValueProvider.Value</span> property
of a <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a> object contained in the current document has changed.
Raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.InputValueChanged.html">InputValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnLongOperation_System_Double_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.OnLongOperation(System.Double,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnLongOperation.html#C1_C1Preview_C1PrintDocument_OnLongOperation_System_Double_System_Boolean_">OnLongOperation(double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called to indicate the progress of document generating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnPageAdded_C1_C1Preview_C1Page_" data-uid="C1.C1Preview.C1PrintDocument.OnPageAdded(C1.C1Preview.C1Page)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPageAdded.html#C1_C1Preview_C1PrintDocument_OnPageAdded_C1_C1Preview_C1Page_">OnPageAdded(C1Page)</a>
        </td>
        <td class="markdown level1 summary"><p>Called during document generation after a <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a> has completely generated,
raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageAdded.html">PageAdded</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnPageChanged_C1_C1Preview_C1Page_" data-uid="C1.C1Preview.C1PrintDocument.OnPageChanged(C1.C1Preview.C1Page)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPageChanged.html#C1_C1Preview_C1PrintDocument_OnPageChanged_C1_C1Preview_C1Page_">OnPageChanged(C1Page)</a>
        </td>
        <td class="markdown level1 summary"><p>Called during document generation after a <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a>
that has already been added to the document has changed
(e.g. if page numbering is changed, or the <b>PageCount</b> tag used on the page is updated),
raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageChanged.html">PageChanged</a> event.</p>
<p>
See also <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPageUpdated.html#C1_C1Preview_C1PrintDocument_OnPageUpdated_C1_C1Preview_C1Page_">OnPageUpdated(C1Page)</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnPageConfigure_C1_C1Preview_C1Page_" data-uid="C1.C1Preview.C1PrintDocument.OnPageConfigure(C1.C1Preview.C1Page)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPageConfigure.html#C1_C1Preview_C1PrintDocument_OnPageConfigure_C1_C1Preview_C1Page_">OnPageConfigure(C1Page)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a new empty page is created and added to the current document,
raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageConfigure.html">PageConfigure</a> event.
When this method is called, the <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a> has already been added to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Pages.html#C1_C1Preview_C1PrintDocument_Pages">Pages</a> collection
but has not yet been resolved.
If overridden in a derived class, must call the base method; can be used to change the layout of the new page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnPageDeleted_C1_C1Preview_C1Page_" data-uid="C1.C1Preview.C1PrintDocument.OnPageDeleted(C1.C1Preview.C1Page)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPageDeleted.html#C1_C1Preview_C1PrintDocument_OnPageDeleted_C1_C1Preview_C1Page_">OnPageDeleted(C1Page)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a page is removed from the <a class="xref" href="C1.C1Preview.C1PrintDocument.Pages.html#C1_C1Preview_C1PrintDocument_Pages">Pages</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnPageUpdated_C1_C1Preview_C1Page_" data-uid="C1.C1Preview.C1PrintDocument.OnPageUpdated(C1.C1Preview.C1Page)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPageUpdated.html#C1_C1Preview_C1PrintDocument_OnPageUpdated_C1_C1Preview_C1Page_">OnPageUpdated(C1Page)</a>
        </td>
        <td class="markdown level1 summary"><p>Called during document generation after a <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a> has updated,
raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageUpdated.html">PageUpdated</a> event.</p>
<p>
This method is called each time a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>'s fragment
(<a class="xref" href="C1.C1Preview.RenderFragment.html">RenderFragment</a>) is added to or removed from the page
(i.e. this method is called very often while the document generates).
</p>
<p>
See also <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPageChanged.html#C1_C1Preview_C1PrintDocument_OnPageChanged_C1_C1Preview_C1Page_">OnPageChanged(C1Page)</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnPagesClear" data-uid="C1.C1Preview.C1PrintDocument.OnPagesClear">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnPagesClear.html#C1_C1Preview_C1PrintDocument_OnPagesClear">OnPagesClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the <a class="xref" href="C1.C1Preview.C1PrintDocument.Pages.html#C1_C1Preview_C1PrintDocument_Pages">Pages</a> collection has been cleared.
Raises the <a class="xref" href="C1.C1Preview.C1PrintDocument.PagesClear.html">PagesClear</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_OnResolvedUnitChanged" data-uid="C1.C1Preview.C1PrintDocument.OnResolvedUnitChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.OnResolvedUnitChanged.html#C1_C1Preview_C1PrintDocument_OnResolvedUnitChanged">OnResolvedUnitChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> property value has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageAsMetafile_System_Int32_" data-uid="C1.C1Preview.C1PrintDocument.PageAsMetafile(System.Int32)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageAsMetafile.html#C1_C1Preview_C1PrintDocument_PageAsMetafile_System_Int32_">PageAsMetafile(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a> representing the specified page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print" data-uid="C1.C1Preview.C1PrintDocument.Print">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print">Print()</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the current document with default printer settings,
not showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_" data-uid="C1.C1Preview.C1PrintDocument.Print(System.Drawing.Printing.PrinterSettings)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_">Print(PrinterSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the current document with specified printer settings,
not showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_C1_C1Preview_OutputRange_" data-uid="C1.C1Preview.C1PrintDocument.Print(System.Drawing.Printing.PrinterSettings,C1.C1Preview.OutputRange)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_C1_C1Preview_OutputRange_">Print(PrinterSettings, OutputRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints a range of pages of the current document with specified printer settings,
not showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_C1_C1Preview_OutputRange_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Print(System.Drawing.Printing.PrinterSettings,C1.C1Preview.OutputRange,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_C1_C1Preview_OutputRange_System_Boolean_">Print(PrinterSettings, OutputRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints a range of pages of the current document with specified printer settings,
optionally showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Print(System.Drawing.Printing.PrinterSettings,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Boolean_">Print(PrinterSettings, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the document with specified printer settings,
optionally showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_C1_C1Preview_OutputRange_" data-uid="C1.C1Preview.C1PrintDocument.Print(System.Drawing.Printing.PrinterSettings,System.Drawing.Printing.PageSettings,C1.C1Preview.OutputRange)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_C1_C1Preview_OutputRange_">Print(PrinterSettings, PageSettings, OutputRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints a range of pages of the current document with specified printer and default page settings,
not showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_C1_C1Preview_OutputRange_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Print(System.Drawing.Printing.PrinterSettings,System.Drawing.Printing.PageSettings,C1.C1Preview.OutputRange,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_C1_C1Preview_OutputRange_System_Boolean_">Print(PrinterSettings, PageSettings, OutputRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints a range of pages of the current document with specified printer and default page settings,
optionally showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.Print(System.Drawing.Printing.PrinterSettings,System.Drawing.Printing.PageSettings,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Print.html#C1_C1Preview_C1PrintDocument_Print_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_System_Boolean_">Print(PrinterSettings, PageSettings, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the current document with specified printer and default page settings,
optionally showing the print progress dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PrintDialog" data-uid="C1.C1Preview.C1PrintDocument.PrintDialog">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PrintDialog.html#C1_C1Preview_C1PrintDocument_PrintDialog">PrintDialog()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the standard print dialog, allowing the user to print the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PrintDialog_System_Drawing_Printing_PrinterSettings_System_Int32___System_Boolean_" data-uid="C1.C1Preview.C1PrintDocument.PrintDialog(System.Drawing.Printing.PrinterSettings,System.Int32[],System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PrintDialog.html#C1_C1Preview_C1PrintDocument_PrintDialog_System_Drawing_Printing_PrinterSettings_System_Int32___System_Boolean_">PrintDialog(PrinterSettings, int[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the standard print dialog, allowing the user to print the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Reflow" data-uid="C1.C1Preview.C1PrintDocument.Reflow">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Reflow.html#C1_C1Preview_C1PrintDocument_Reflow">Reflow()</a>
        </td>
        <td class="markdown level1 summary"><p>Reflows the current document.
If a handler has been assigned to the <a class="xref" href="C1.C1Preview.C1PrintDocument.GenerateDocument.html">GenerateDocument</a> event, that handler is invoked.
Otherwise, the <a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate()</a> method is called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlock_C1_C1Preview_RenderObject_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlock(C1.C1Preview.RenderObject)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlock.html#C1_C1Preview_C1PrintDocument_RenderBlock_C1_C1Preview_RenderObject_">RenderBlock(RenderObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> into the block flow of the current document,
and resolves it.</p>
<p>This method can only be used if <a class="xref" href="C1.C1Preview.C1PrintDocument.IsStartEndDocMode.html#C1_C1Preview_C1PrintDocument_IsStartEndDocMode">IsStartEndDocMode</a> is <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockArc(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockArc.html#C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_">RenderBlockArc(Unit, Unit, float, float, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an arc into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockArc(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockArc.html#C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderBlockArc(Unit, Unit, float, float, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an arc into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockArc(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockArc.html#C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_">RenderBlockArc(Unit, Unit, float, float, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an arc into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockArc(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockArc.html#C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_">RenderBlockArc(Unit, Unit, float, float, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an arc into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockArc(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockArc.html#C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_">RenderBlockArc(Unit, Unit, float, float, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an arc into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockArc(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockArc.html#C1_C1Preview_C1PrintDocument_RenderBlockArc_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderBlockArc(Unit, Unit, float, float, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an arc into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockEllipse.html#C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderBlockEllipse(Unit, Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an ellipse into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockEllipse.html#C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderBlockEllipse(Unit, Unit, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an ellipse into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockEllipse.html#C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_">RenderBlockEllipse(Unit, Unit, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an ellipse into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockEllipse.html#C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_">RenderBlockEllipse(Unit, Unit, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an ellipse into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockEllipse.html#C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_">RenderBlockEllipse(Unit, Unit, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an ellipse into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockEllipse.html#C1_C1Preview_C1PrintDocument_RenderBlockEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderBlockEllipse(Unit, Unit, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an ellipse into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockGraphicsBegin" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderBlockGraphicsBegin">RenderBlockGraphicsBegin()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an internally maintained <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> object
that can be used to add graphics to the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockGraphicsEnd" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsEnd">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsEnd.html#C1_C1Preview_C1PrintDocument_RenderBlockGraphicsEnd">RenderBlockGraphicsEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the internally maintained <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> object
created with a previous call to <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderBlockGraphicsBegin">RenderBlockGraphicsBegin()</a> to the
block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockHorzLine_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockHorzLine(C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockHorzLine.html#C1_C1Preview_C1PrintDocument_RenderBlockHorzLine_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderBlockHorzLine(Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a horizontal line with the specified width, starting at the left of the page,
into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockImage_System_Drawing_Image_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockImage(System.Drawing.Image)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockImage.html#C1_C1Preview_C1PrintDocument_RenderBlockImage_System_Drawing_Image_">RenderBlockImage(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockImage_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_ImageAlign_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockImage(System.Drawing.Image,System.Object,System.Object,C1.C1Preview.ImageAlign)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockImage.html#C1_C1Preview_C1PrintDocument_RenderBlockImage_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_ImageAlign_">RenderBlockImage(Image, object, object, ImageAlign)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockImage_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockImage(System.Drawing.Image,System.Object,System.Object,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockImage.html#C1_C1Preview_C1PrintDocument_RenderBlockImage_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_Style_">RenderBlockImage(Image, object, object, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockPie(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockPie.html#C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_">RenderBlockPie(Unit, Unit, float, float, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a pie into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockPie(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockPie.html#C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderBlockPie(Unit, Unit, float, float, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a pie into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockPie(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockPie.html#C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_">RenderBlockPie(Unit, Unit, float, float, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a pie into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockPie(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockPie.html#C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_">RenderBlockPie(Unit, Unit, float, float, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a pie into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockPie(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockPie.html#C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_">RenderBlockPie(Unit, Unit, float, float, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a pie into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockPie(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockPie.html#C1_C1Preview_C1PrintDocument_RenderBlockPie_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderBlockPie(Unit, Unit, float, float, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a pie into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRectangle.html#C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderBlockRectangle(Unit, Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a rectangle into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRectangle.html#C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderBlockRectangle(Unit, Unit, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a rectangle into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRectangle.html#C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_">RenderBlockRectangle(Unit, Unit, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a rectangle into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRectangle.html#C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_">RenderBlockRectangle(Unit, Unit, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a rectangle into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRectangle.html#C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_">RenderBlockRectangle(Unit, Unit, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a rectangle into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRectangle.html#C1_C1Preview_C1PrintDocument_RenderBlockRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderBlockRectangle(Unit, Unit, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a rectangle into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRichText_System_String_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRichText(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRichText.html#C1_C1Preview_C1PrintDocument_RenderBlockRichText_System_String_">RenderBlockRichText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the RTF text with parent width and autoheight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRichText_System_String_System_Object_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRichText(System.String,System.Object)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRichText.html#C1_C1Preview_C1PrintDocument_RenderBlockRichText_System_String_System_Object_">RenderBlockRichText(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the RTF text with autoheight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockRichText_System_String_System_Object_System_Object_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockRichText(System.String,System.Object,System.Object,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockRichText.html#C1_C1Preview_C1PrintDocument_RenderBlockRichText_System_String_System_Object_System_Object_C1_C1Preview_Style_">RenderBlockRichText(string, object, object, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the RTF text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_">RenderBlockText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_C1_C1Preview_AlignHorzEnum_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,C1.C1Preview.AlignHorzEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_C1_C1Preview_AlignHorzEnum_">RenderBlockText(string, AlignHorzEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document,
using the specified horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_C1_C1Preview_Style_">RenderBlockText(string, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document,
using the specified <a class="xref" href="C1.C1Preview.C1PrintDocument.Style.html#C1_C1Preview_C1PrintDocument_Style">Style</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Color_">RenderBlockText(string, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document,
using the specified text color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_">RenderBlockText(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document,
using the specified font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_C1_C1Preview_AlignHorzEnum_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,System.Drawing.Font,C1.C1Preview.AlignHorzEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_C1_C1Preview_AlignHorzEnum_">RenderBlockText(string, Font, AlignHorzEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document,
using the specified font and horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,System.Drawing.Font,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_System_Drawing_Color_">RenderBlockText(string, Font, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document,
using the specified font and text color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_System_Drawing_Color_C1_C1Preview_AlignHorzEnum_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,System.Drawing.Font,System.Drawing.Color,C1.C1Preview.AlignHorzEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Drawing_Font_System_Drawing_Color_C1_C1Preview_AlignHorzEnum_">RenderBlockText(string, Font, Color, AlignHorzEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text into the block flow of the current document,
using the specified font, text color and horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Object_System_Object_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockText(System.String,System.Object,System.Object,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockText.html#C1_C1Preview_C1PrintDocument_RenderBlockText_System_String_System_Object_System_Object_C1_C1Preview_Style_">RenderBlockText(string, object, object, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a block of text with the specifed width and height
into the block flow of the current document,
using the specified <a class="xref" href="C1.C1Preview.C1PrintDocument.Style.html#C1_C1Preview_C1PrintDocument_Style">Style</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderBlockVertLine_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockVertLine(C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockVertLine.html#C1_C1Preview_C1PrintDocument_RenderBlockVertLine_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderBlockVertLine(Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a vertical line with the specified height, starting at the current position,
into the block flow of the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirect(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.RenderObject)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_">RenderDirect(Unit, Unit, RenderObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
<p>This method can only be used if <a class="xref" href="C1.C1Preview.C1PrintDocument.IsStartEndDocMode.html#C1_C1Preview_C1PrintDocument_IsStartEndDocMode">IsStartEndDocMode</a> is <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirect(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.RenderObject,System.Object,System.Object)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
<p>This method can only be used if <a class="xref" href="C1.C1Preview.C1PrintDocument.IsStartEndDocMode.html#C1_C1Preview_C1PrintDocument_IsStartEndDocMode">IsStartEndDocMode</a> is <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectArc(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectArc.html#C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_">RenderDirectArc(Unit, Unit, Unit, Unit, float, float, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an arc to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectArc(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectArc.html#C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderDirectArc(Unit, Unit, Unit, Unit, float, float, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an arc to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectArc(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectArc.html#C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_">RenderDirectArc(Unit, Unit, Unit, Unit, float, float, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an arc to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectArc(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectArc.html#C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_">RenderDirectArc(Unit, Unit, Unit, Unit, float, float, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an arc to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectArc(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectArc.html#C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_">RenderDirectArc(Unit, Unit, Unit, Unit, float, float, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an arc to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectArc(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectArc.html#C1_C1Preview_C1PrintDocument_RenderDirectArc_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderDirectArc(Unit, Unit, Unit, Unit, float, float, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an arc to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectEllipse.html#C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderDirectEllipse(Unit, Unit, Unit, Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an ellipse to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectEllipse.html#C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderDirectEllipse(Unit, Unit, Unit, Unit, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an ellipse to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectEllipse.html#C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_">RenderDirectEllipse(Unit, Unit, Unit, Unit, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an ellipse to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectEllipse.html#C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_">RenderDirectEllipse(Unit, Unit, Unit, Unit, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an ellipse to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectEllipse.html#C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_">RenderDirectEllipse(Unit, Unit, Unit, Unit, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an ellipse to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectEllipse(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectEllipse.html#C1_C1Preview_C1PrintDocument_RenderDirectEllipse_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderDirectEllipse(Unit, Unit, Unit, Unit, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an ellipse to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectGraphicsBegin_C1_C1Preview_Unit_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin(C1.C1Preview.Unit,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderDirectGraphicsBegin_C1_C1Preview_Unit_C1_C1Preview_Unit_">RenderDirectGraphicsBegin(Unit, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an internally maintained <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> object
that can be used to add graphics at a specific position to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a>
of the document on the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectGraphicsEnd" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectGraphicsEnd">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectGraphicsEnd.html#C1_C1Preview_C1PrintDocument_RenderDirectGraphicsEnd">RenderDirectGraphicsEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the internally maintained <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> object
created with a previous call to <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderDirectGraphicsBegin_C1_C1Preview_Unit_C1_C1Preview_Unit_">RenderDirectGraphicsBegin(Unit, Unit)</a>
onto the current page of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectImage_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Image_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectImage(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Image)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectImage.html#C1_C1Preview_C1PrintDocument_RenderDirectImage_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Image_">RenderDirectImage(Unit, Unit, Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectImage_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_ImageAlign_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectImage(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Image,System.Object,System.Object,C1.C1Preview.ImageAlign)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectImage.html#C1_C1Preview_C1PrintDocument_RenderDirectImage_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_ImageAlign_">RenderDirectImage(Unit, Unit, Image, object, object, ImageAlign)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectImage_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectImage(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Image,System.Object,System.Object,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectImage.html#C1_C1Preview_C1PrintDocument_RenderDirectImage_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Image_System_Object_System_Object_C1_C1Preview_Style_">RenderDirectImage(Unit, Unit, Image, object, object, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectLine(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectLine.html#C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderDirectLine(Unit, Unit, Unit, Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a line to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectLine(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectLine.html#C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_">RenderDirectLine(Unit, Unit, Unit, Unit, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a line to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPie(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPie.html#C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_">RenderDirectPie(Unit, Unit, Unit, Unit, float, float, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a pie to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPie(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPie.html#C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderDirectPie(Unit, Unit, Unit, Unit, float, float, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a pie to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPie(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPie.html#C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_">RenderDirectPie(Unit, Unit, Unit, Unit, float, float, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a pie to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPie(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPie.html#C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_Style_">RenderDirectPie(Unit, Unit, Unit, Unit, float, float, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a pie to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPie(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPie.html#C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_">RenderDirectPie(Unit, Unit, Unit, Unit, float, float, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a pie to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPie(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPie.html#C1_C1Preview_C1PrintDocument_RenderDirectPie_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderDirectPie(Unit, Unit, Unit, Unit, float, float, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a pie to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPolygon.html#C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_">RenderDirectPolygon(IEnumerable, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an open <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPolygon.html#C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderDirectPolygon(IEnumerable, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
<p>
If <code class="paramref">fillBrush</code> is <b>null</b>, the polygon is open, otherwise it is closed.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPolygon.html#C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Color_">RenderDirectPolygon(IEnumerable, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
<p>
If <code class="paramref">fillColor</code> specifies a non-empty and non-transparent color,
the polygon is closed, otherwise it is open.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Boolean_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,System.Boolean,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPolygon.html#C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Boolean_C1_C1Preview_Style_">RenderDirectPolygon(IEnumerable, bool, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPolygon.html#C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_">RenderDirectPolygon(IEnumerable, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an open <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectPolygon.html#C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderDirectPolygon(IEnumerable, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
<p>
If <code class="paramref">fillColor</code> specifies a non-empty and non-transparent color,
the polygon is closed, otherwise it is open.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRectangle.html#C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderDirectRectangle(Unit, Unit, Unit, Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a rectangle to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRectangle.html#C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderDirectRectangle(Unit, Unit, Unit, Unit, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a rectangle to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRectangle.html#C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_">RenderDirectRectangle(Unit, Unit, Unit, Unit, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a rectangle to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRectangle.html#C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Style_">RenderDirectRectangle(Unit, Unit, Unit, Unit, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a rectangle to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRectangle.html#C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_">RenderDirectRectangle(Unit, Unit, Unit, Unit, Color, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a rectangle to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRectangle(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRectangle.html#C1_C1Preview_C1PrintDocument_RenderDirectRectangle_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_">RenderDirectRectangle(Unit, Unit, Unit, Unit, Color, Unit, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a rectangle to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRichText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRichText(C1.C1Preview.Unit,C1.C1Preview.Unit,System.String,System.Object)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRichText.html#C1_C1Preview_C1PrintDocument_RenderDirectRichText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_">RenderDirectRichText(Unit, Unit, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an RTF-formatted string to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page with <b>auto</b> height, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectRichText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_System_Object_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectRichText(C1.C1Preview.Unit,C1.C1Preview.Unit,System.String,System.Object,System.Object,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectRichText.html#C1_C1Preview_C1PrintDocument_RenderDirectRichText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_System_Object_C1_C1Preview_Style_">RenderDirectRichText(Unit, Unit, string, object, object, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an RTF-formatted string to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_System_Drawing_Font_System_Drawing_Color_C1_C1Preview_AlignHorzEnum_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectText(C1.C1Preview.Unit,C1.C1Preview.Unit,System.String,System.Object,System.Drawing.Font,System.Drawing.Color,C1.C1Preview.AlignHorzEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectText.html#C1_C1Preview_C1PrintDocument_RenderDirectText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_System_Drawing_Font_System_Drawing_Color_C1_C1Preview_AlignHorzEnum_">RenderDirectText(Unit, Unit, string, object, Font, Color, AlignHorzEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, with <b>auto</b> height, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderDirectText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_System_Object_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectText(C1.C1Preview.Unit,C1.C1Preview.Unit,System.String,System.Object,System.Object,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirectText.html#C1_C1Preview_C1PrintDocument_RenderDirectText_C1_C1Preview_Unit_C1_C1Preview_Unit_System_String_System_Object_System_Object_C1_C1Preview_Style_">RenderDirectText(Unit, Unit, string, object, object, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInline_C1_C1Preview_ParagraphObject_System_Object_System_Object_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderInline(C1.C1Preview.ParagraphObject,System.Object,System.Object,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInline.html#C1_C1Preview_C1PrintDocument_RenderInline_C1_C1Preview_ParagraphObject_System_Object_System_Object_C1_C1Preview_Style_">RenderInline(ParagraphObject, object, object, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a> into the current inline paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineBegin_C1_C1Preview_Style_System_Object_System_Object_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineBegin(C1.C1Preview.Style,System.Object,System.Object)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineBegin.html#C1_C1Preview_C1PrintDocument_RenderInlineBegin_C1_C1Preview_Style_System_Object_System_Object_">RenderInlineBegin(Style, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Begins rendering of a new inline paragraph into the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document,
using the specified <a class="xref" href="C1.C1Preview.C1PrintDocument.Style.html#C1_C1Preview_C1PrintDocument_Style">Style</a> and dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineEnd" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineEnd">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineEnd.html#C1_C1Preview_C1PrintDocument_RenderInlineEnd">RenderInlineEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Ends rendering of the current inline paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineImage_System_Drawing_Image_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineImage(System.Drawing.Image)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineImage.html#C1_C1Preview_C1PrintDocument_RenderInlineImage_System_Drawing_Image_">RenderInlineImage(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> into the current inline paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineImage_System_Drawing_Image_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineImage(System.Drawing.Image,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineImage.html#C1_C1Preview_C1PrintDocument_RenderInlineImage_System_Drawing_Image_C1_C1Preview_Style_">RenderInlineImage(Image, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> into the current inline paragraph,
using the specified <a class="xref" href="C1.C1Preview.C1PrintDocument.Style.html#C1_C1Preview_C1PrintDocument_Style">Style</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineText(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineText.html#C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_">RenderInlineText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a string into the current inline paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineText(System.String,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineText.html#C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_C1_C1Preview_Style_">RenderInlineText(string, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a string into the current inline paragraph,
using the specified style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineText(System.String,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineText.html#C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_Color_">RenderInlineText(string, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a string into the current inline paragraph,
using the specified text color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_Font_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineText(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineText.html#C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_Font_">RenderInlineText(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a string into the current inline paragraph,
using the specified font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_Font_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineText(System.String,System.Drawing.Font,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineText.html#C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_Font_System_Drawing_Color_">RenderInlineText(string, Font, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a string into the current inline paragraph,
using the specified font and text color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_FontStyle_" data-uid="C1.C1Preview.C1PrintDocument.RenderInlineText(System.String,System.Drawing.FontStyle)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderInlineText.html#C1_C1Preview_C1PrintDocument_RenderInlineText_System_String_System_Drawing_FontStyle_">RenderInlineText(string, FontStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a string into the current inline paragraph,
using the specified font style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Save_System_IO_Stream_" data-uid="C1.C1Preview.C1PrintDocument.Save(System.IO.Stream)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Save.html#C1_C1Preview_C1PrintDocument_Save_System_IO_Stream_">Save(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current document to a stream using the <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Save_System_IO_Stream_C1_C1Preview_C1DocumentFormatEnum_" data-uid="C1.C1Preview.C1PrintDocument.Save(System.IO.Stream,C1.C1Preview.C1DocumentFormatEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Save.html#C1_C1Preview_C1PrintDocument_Save_System_IO_Stream_C1_C1Preview_C1DocumentFormatEnum_">Save(Stream, C1DocumentFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current document to a stream using the specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Save_System_String_" data-uid="C1.C1Preview.C1PrintDocument.Save(System.String)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Save.html#C1_C1Preview_C1PrintDocument_Save_System_String_">Save(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current document to a disk file. The persistense format
(<a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> or <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1dx">C1dx</a>)
is determined by the specified file extension. The save format defaults
to <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1d">C1d</a> if the format cannot be determined from the extension.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_Save_System_String_C1_C1Preview_C1DocumentFormatEnum_" data-uid="C1.C1Preview.C1PrintDocument.Save(System.String,C1.C1Preview.C1DocumentFormatEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.Save.html#C1_C1Preview_C1PrintDocument_Save_System_String_C1_C1Preview_C1DocumentFormatEnum_">Save(string, C1DocumentFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current document to a disk file using the specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_SelectBestMeasurementDevice" data-uid="C1.C1Preview.C1PrintDocument.SelectBestMeasurementDevice">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.SelectBestMeasurementDevice.html#C1_C1Preview_C1PrintDocument_SelectBestMeasurementDevice">SelectBestMeasurementDevice()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a device to use for <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementGraphics.html#C1_C1Preview_C1PrintDocument_MeasurementGraphics">MeasurementGraphics</a>.</p>
<p>This method looks for a printer with a &quot;square&quot; resolution
(i.e. with the same horizontal and vertical DPI) equal to or larger than 300 DPI.
If such a printer is found, it is assigned to <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementPrinterName.html#C1_C1Preview_C1PrintDocument_MeasurementPrinterName">MeasurementPrinterName</a>,
and <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDevice.html#C1_C1Preview_C1PrintDocument_MeasurementDevice">MeasurementDevice</a> is set to <a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html#C1_C1Preview_MeasurementDeviceEnum_Printer">Printer</a>.
Otherwise, <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDevice.html#C1_C1Preview_C1PrintDocument_MeasurementDevice">MeasurementDevice</a> is set to <a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html#C1_C1Preview_MeasurementDeviceEnum_Screen">Screen</a>.</p>
<p>The selected device's resolution is returned by <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDpi.html#C1_C1Preview_C1PrintDocument_MeasurementDpi">MeasurementDpi</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeAdditionalObjects" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeAdditionalObjects">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeAdditionalObjects.html#C1_C1Preview_C1PrintDocument_ShouldSerializeAdditionalObjects">ShouldSerializeAdditionalObjects()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <span class="xref">C1.C1Preview.C1PrintDocument.AdditionalObjects</span> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeAutoEmbedFonts" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeAutoEmbedFonts">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeAutoEmbedFonts.html#C1_C1Preview_C1PrintDocument_ShouldSerializeAutoEmbedFonts">ShouldSerializeAutoEmbedFonts()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.AutoEmbedFonts.html#C1_C1Preview_C1PrintDocument_AutoEmbedFonts">AutoEmbedFonts</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeCompatibilityOptions" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeCompatibilityOptions">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeCompatibilityOptions.html#C1_C1Preview_C1PrintDocument_ShouldSerializeCompatibilityOptions">ShouldSerializeCompatibilityOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.CompatibilityOptions.html#C1_C1Preview_C1PrintDocument_CompatibilityOptions">CompatibilityOptions</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeDataSchema" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeDataSchema">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeDataSchema.html#C1_C1Preview_C1PrintDocument_ShouldSerializeDataSchema">ShouldSerializeDataSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.DataSchema.html#C1_C1Preview_C1PrintDocument_DataSchema">DataSchema</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeDocumentEndedScript" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeDocumentEndedScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeDocumentEndedScript.html#C1_C1Preview_C1PrintDocument_ShouldSerializeDocumentEndedScript">ShouldSerializeDocumentEndedScript()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentEndedScript.html#C1_C1Preview_C1PrintDocument_DocumentEndedScript">DocumentEndedScript</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeDocumentInfo" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeDocumentInfo">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeDocumentInfo.html#C1_C1Preview_C1PrintDocument_ShouldSerializeDocumentInfo">ShouldSerializeDocumentInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentInfo.html#C1_C1Preview_C1PrintDocument_DocumentInfo">DocumentInfo</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeDocumentStartingScript" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeDocumentStartingScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeDocumentStartingScript.html#C1_C1Preview_C1PrintDocument_ShouldSerializeDocumentStartingScript">ShouldSerializeDocumentStartingScript()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentStartingScript.html#C1_C1Preview_C1PrintDocument_DocumentStartingScript">DocumentStartingScript</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeErrorScript" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeErrorScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeErrorScript.html#C1_C1Preview_C1PrintDocument_ShouldSerializeErrorScript">ShouldSerializeErrorScript()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.ErrorScript.html#C1_C1Preview_C1PrintDocument_ErrorScript">ErrorScript</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeFontProcessingOptions" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeFontProcessingOptions">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeFontProcessingOptions.html#C1_C1Preview_C1PrintDocument_ShouldSerializeFontProcessingOptions">ShouldSerializeFontProcessingOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.FontProcessingOptions.html#C1_C1Preview_C1PrintDocument_FontProcessingOptions">FontProcessingOptions</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializePageConfigureScript" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializePageConfigureScript">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializePageConfigureScript.html#C1_C1Preview_C1PrintDocument_ShouldSerializePageConfigureScript">ShouldSerializePageConfigureScript()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageConfigureScript.html#C1_C1Preview_C1PrintDocument_PageConfigureScript">PageConfigureScript</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeScriptingOptions" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeScriptingOptions">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeScriptingOptions.html#C1_C1Preview_C1PrintDocument_ShouldSerializeScriptingOptions">ShouldSerializeScriptingOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.ScriptingOptions.html#C1_C1Preview_C1PrintDocument_ScriptingOptions">ScriptingOptions</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeStyle" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeStyle">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeStyle.html#C1_C1Preview_C1PrintDocument_ShouldSerializeStyle">ShouldSerializeStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.Style.html#C1_C1Preview_C1PrintDocument_Style">Style</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeTagCloseParen" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeTagCloseParen">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeTagCloseParen.html#C1_C1Preview_C1PrintDocument_ShouldSerializeTagCloseParen">ShouldSerializeTagCloseParen()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.TagCloseParen.html#C1_C1Preview_C1PrintDocument_TagCloseParen">TagCloseParen</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeTagEscapeString" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeTagEscapeString">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeTagEscapeString.html#C1_C1Preview_C1PrintDocument_ShouldSerializeTagEscapeString">ShouldSerializeTagEscapeString()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.TagEscapeString.html#C1_C1Preview_C1PrintDocument_TagEscapeString">TagEscapeString</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeTagOpenParen" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeTagOpenParen">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeTagOpenParen.html#C1_C1Preview_C1PrintDocument_ShouldSerializeTagOpenParen">ShouldSerializeTagOpenParen()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.TagOpenParen.html#C1_C1Preview_C1PrintDocument_TagOpenParen">TagOpenParen</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeTags" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeTags">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeTags.html#C1_C1Preview_C1PrintDocument_ShouldSerializeTags">ShouldSerializeTags()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.Tags.html#C1_C1Preview_C1PrintDocument_Tags">Tags</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ShouldSerializeTagsInputDialogClassName" data-uid="C1.C1Preview.C1PrintDocument.ShouldSerializeTagsInputDialogClassName">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ShouldSerializeTagsInputDialogClassName.html#C1_C1Preview_C1PrintDocument_ShouldSerializeTagsInputDialogClassName">ShouldSerializeTagsInputDialogClassName()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1PrintDocument.TagsInputDialogClassName.html#C1_C1Preview_C1PrintDocument_TagsInputDialogClassName">TagsInputDialogClassName</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_StartDoc" data-uid="C1.C1Preview.C1PrintDocument.StartDoc">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a>
        </td>
        <td class="markdown level1 summary"><p>Starts a new document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ToRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_" data-uid="C1.C1Preview.C1PrintDocument.ToRU(C1.C1Preview.RectangleD,C1.C1Preview.UnitTypeEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ToRU.html#C1_C1Preview_C1PrintDocument_ToRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_">ToRU(RectangleD, UnitTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure expressed in specified <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units
to a <b>RectangleD</b> expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units,
using <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDpi.html#C1_C1Preview_C1PrintDocument_CreationDpi">CreationDpi</a> as the source resolution if <code class="paramref">srcType</code> is <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ToRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.ToRU(C1.C1Preview.RectangleD,C1.C1Preview.UnitTypeEnum,System.Single,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ToRU.html#C1_C1Preview_C1PrintDocument_ToRU_C1_C1Preview_RectangleD_C1_C1Preview_UnitTypeEnum_System_Single_System_Single_">ToRU(RectangleD, UnitTypeEnum, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure expressed in specified <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units
to a <b>RectangleD</b> expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ToRU_System_Double_C1_C1Preview_UnitTypeEnum_" data-uid="C1.C1Preview.C1PrintDocument.ToRU(System.Double,C1.C1Preview.UnitTypeEnum)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ToRU.html#C1_C1Preview_C1PrintDocument_ToRU_System_Double_C1_C1Preview_UnitTypeEnum_">ToRU(double, UnitTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <b>double</b> value expressed in specified <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units
to a <b>double</b> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units,
using <a class="xref" href="C1.C1Preview.C1PrintDocument.CreationDpi.html#C1_C1Preview_C1PrintDocument_CreationDpi">CreationDpi</a> as the source resolution if <code class="paramref">srcType</code> is <a class="xref" href="C1.C1Preview.UnitTypeEnum.html#C1_C1Preview_UnitTypeEnum_Pixel">Pixel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ToRU_System_Double_C1_C1Preview_UnitTypeEnum_System_Single_" data-uid="C1.C1Preview.C1PrintDocument.ToRU(System.Double,C1.C1Preview.UnitTypeEnum,System.Single)">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ToRU.html#C1_C1Preview_C1PrintDocument_ToRU_System_Double_C1_C1Preview_UnitTypeEnum_System_Single_">ToRU(double, UnitTypeEnum, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <b>double</b> value expressed in specified <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> units
to a <b>double</b> value expressed in the current document's <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_BeforePagesClear" data-uid="C1.C1Preview.C1PrintDocument.BeforePagesClear">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.BeforePagesClear.html">BeforePagesClear</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Pages collection is about to be cleared.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_BusyStateChanged" data-uid="C1.C1Preview.C1PrintDocument.BusyStateChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.BusyStateChanged.html">BusyStateChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.C1Preview.C1PrintDocument.BusyState.html#C1_C1Preview_C1PrintDocument_BusyState">BusyState</a> property value has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DefaultUnitChanged" data-uid="C1.C1Preview.C1PrintDocument.DefaultUnitChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DefaultUnitChanged.html">DefaultUnitChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.C1Preview.C1PrintDocument.DefaultUnit.html#C1_C1Preview_C1PrintDocument_DefaultUnit">DefaultUnit</a> property value has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentEnded" data-uid="C1.C1Preview.C1PrintDocument.DocumentEnded">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentEnded.html">DocumentEnded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the document generation completes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_DocumentStarting" data-uid="C1.C1Preview.C1PrintDocument.DocumentStarting">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentStarting.html">DocumentStarting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the document generation is starting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_FormsStyleChanged" data-uid="C1.C1Preview.C1PrintDocument.FormsStyleChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.FormsStyleChanged.html">FormsStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the FormsStyle property value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_GenerateDocument" data-uid="C1.C1Preview.C1PrintDocument.GenerateDocument">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.GenerateDocument.html">GenerateDocument</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the document needs to be generated.
Allows user to build the document content in an event handler.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_InputValueChanged" data-uid="C1.C1Preview.C1PrintDocument.InputValueChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.InputValueChanged.html">InputValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a RenderInputBase object within the document has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_LongOperation" data-uid="C1.C1Preview.C1PrintDocument.LongOperation">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.LongOperation.html">LongOperation</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs periodically during document generation.
Allows to provide progress indication and the ability to cancel generation to the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageAdded" data-uid="C1.C1Preview.C1PrintDocument.PageAdded">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageAdded.html">PageAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs during document generation when a page has been generated and added to the Pages collection,
and the next page is about to be generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageChanged" data-uid="C1.C1Preview.C1PrintDocument.PageChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageChanged.html">PageChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an already generated page of the document has been changed,
for example when the PageCount variable on the page needs to be updated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageConfigure" data-uid="C1.C1Preview.C1PrintDocument.PageConfigure">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageConfigure.html">PageConfigure</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a new empty page has been created and added to the document's Pages collection, but has not been resolved yet.
Use this method only to change the layout of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageDeleted" data-uid="C1.C1Preview.C1PrintDocument.PageDeleted">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageDeleted.html">PageDeleted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the page has been removed from the document's Pages collection.
This event cannot fire during document generation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PageUpdated" data-uid="C1.C1Preview.C1PrintDocument.PageUpdated">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PageUpdated.html">PageUpdated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a page of the document has been updated.
Fires very often during document generation when fragments of objects are added to, or removed from the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_PagesClear" data-uid="C1.C1Preview.C1PrintDocument.PagesClear">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.PagesClear.html">PagesClear</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Pages collection has been cleared.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PrintDocument_ResolvedUnitChanged" data-uid="C1.C1Preview.C1PrintDocument.ResolvedUnitChanged">
          <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnitChanged.html">ResolvedUnitChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> property value has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
