# C1.C1Preview

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_C1Preview" data-uid="C1.C1Preview" class="text-break">C1.C1Preview Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a></h4>
      <section><p>The abstract base class for types representing various document-related actions
that can be performed in response to a user action on a control
produced by a <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerFile.html">ActionHandlerFile</a></h4>
      <section><p>The abstract base class for action handlers performing a file operation such as save or open.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerFileOpen.html">ActionHandlerFileOpen</a></h4>
      <section><p>Represents an action handler that loads a document (in C1DX or C1D formats) from a disk file.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerFileSave.html">ActionHandlerFileSave</a></h4>
      <section><p>Represents an action handler that saves or exports a document to a disk file.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerHistoryNext.html">ActionHandlerHistoryNext</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that switches to the next
history entry in the current viewer control.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerHistoryPrev.html">ActionHandlerHistoryPrev</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that switches to the previous
history entry in the current viewer control.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerLink.html">ActionHandlerLink</a></h4>
      <section><p>Describes an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that executes a hyperlink jump.
The target of the jump is specified by the instance of <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a>
that is assigned to the <a class="xref" href="C1.C1Preview.ActionHandlerLink.LinkTarget.html#C1_C1Preview_ActionHandlerLink_LinkTarget">LinkTarget</a> property.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerPageSetup.html">ActionHandlerPageSetup</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that displays the page setup dialog
allowing the end user to change the page properties of the current <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerPageView.html">ActionHandlerPageView</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that changes the document view
in the current viewer control.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerPrint.html">ActionHandlerPrint</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that prints the current <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ActionHandlerReflow.html">ActionHandlerReflow</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that reflows the current <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.AdjustPrintPageEventArgs.html">AdjustPrintPageEventArgs</a></h4>
      <section><p>Describes arguments for the <a class="xref" href="C1.C1Preview.C1PrintManager.AdjustPrintPage.html">AdjustPrintPage</a> event,
fired from within <a class="xref" href="C1.C1Preview.C1PrintManager.html">C1PrintManager</a>'s <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.printdocument.printpage">PrintPage</a>
event handler. Allows the user to adjust hard printer margins (e.g. to compensate
for a buggy printer driver), or to print the page in user code
(in that case, <a class="xref" href="C1.C1Preview.AdjustPrintPageEventArgs.Handled.html#C1_C1Preview_AdjustPrintPageEventArgs_Handled">Handled</a> should be set to <b>true</b>
by the event handler).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ArcProps.html">ArcProps</a></h4>
      <section><p>Represents the geometric properties of an arc.
Used by <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a></h4>
      <section><p>Represents an anchor within a document.
One or more anchors can be associated with a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>
via the <a class="xref" href="C1.C1Preview.RenderObject.Anchors.html#C1_C1Preview_RenderObject_Anchors">Anchors</a> property on the object.
An anchor (and thus the render object associated with it) can be the
target of a <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> if that hyperlink's <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a>
is a <a class="xref" href="C1.C1Preview.C1LinkTargetAnchor.html">C1LinkTargetAnchor</a> and that anchor's <a class="xref" href="C1.C1Preview.C1LinkTargetAnchor.AnchorName.html#C1_C1Preview_C1LinkTargetAnchor_AnchorName">AnchorName</a>
is set to that anchor's <a class="xref" href="C1.C1Preview.C1Anchor.Name.html#C1_C1Preview_C1Anchor_Name">Name</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1AnchorCollection.html">C1AnchorCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1AnchorInfo.html">C1AnchorInfo</a></h4>
      <section><p>Helper class containing additional information about a <a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> within a document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1AnchorInfoCollection.html">C1AnchorInfoCollection</a></h4>
      <section><p>Describes a collection of <a class="xref" href="C1.C1Preview.C1AnchorInfo.html">C1AnchorInfo</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1AnchorText.html">C1AnchorText</a></h4>
      <section><p>Represents an anchor within a text object
(a <a class="xref" href="C1.C1Preview.RenderText.html">RenderText</a>, a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a> or a <a class="xref" href="C1.C1Preview.RenderRichText.html">RenderRichText</a>).
Based on <a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a>, adds the ability to reference a specific position within the text
(see <a class="xref" href="C1.C1Preview.C1AnchorText.Position.html#C1_C1Preview_C1AnchorText_Position">Position</a>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a></h4>
      <section><p>Represents a hyperlink in a document.
A hyperlink may be assigned to a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>'s <a class="xref" href="C1.C1Preview.RenderObject.Hyperlink.html#C1_C1Preview_RenderObject_Hyperlink">Hyperlink</a>,
or a <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a>'s <a class="xref" href="C1.C1Preview.ParagraphObject.Hyperlink.html#C1_C1Preview_ParagraphObject_Hyperlink">Hyperlink</a> property.
In that case clicking on that object in a viewer will jump to the hyperlink's <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1HyperlinkAttrs.html">C1HyperlinkAttrs</a></h4>
      <section><p>Represents the visual attributes of a hyperlink in a certain state.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1HyperlinkInfo.html">C1HyperlinkInfo</a></h4>
      <section><p>Helper class containing additional information about a <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a>
(the list of pages and areas on those pages where that hyperlink occurs).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.html">C1HyperlinkInfo.Area</a></h4>
      <section><p>Describes the position of a hyperlink on a page.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1HyperlinkInfo.AreaCollection.html">C1HyperlinkInfo.AreaCollection</a></h4>
      <section><p>Collection of Area objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1HyperlinkInfoCollection.html">C1HyperlinkInfoCollection</a></h4>
      <section><p>Describes a collection of <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.html">C1HyperlinkInfo</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.html">C1HyperlinkTextAttrs</a></h4>
      <section><p>Represents the visual attributes of a text hyperlink in a certain state.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a></h4>
      <section><p>Describes the target of a <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a>.
This is an abstract base class for the following derived classes:
<a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.html">C1LinkTargetDocumentLocation</a>,
<a class="xref" href="C1.C1Preview.C1LinkTargetPage.html">C1LinkTargetPage</a>,
<a class="xref" href="C1.C1Preview.C1LinkTargetAnchor.html">C1LinkTargetAnchor</a>,
<a class="xref" href="C1.C1Preview.C1LinkTargetExternalAnchor.html">C1LinkTargetExternalAnchor</a>,
<a class="xref" href="C1.C1Preview.C1LinkTargetFile.html">C1LinkTargetFile</a>,
<a class="xref" href="C1.C1Preview.C1LinkTargetUser.html">C1LinkTargetUser</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1LinkTargetAnchor.html">C1LinkTargetAnchor</a></h4>
      <section><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> pointing to a
<a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> within the current document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.html">C1LinkTargetDocumentLocation</a></h4>
      <section><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> pointing to an object within the current document
that supports the <a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a> interface.
Types supporting that interface include <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>,
<a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a>, <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a>, and table elements (rows, columns, etc.).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1LinkTargetExternalAnchor.html">C1LinkTargetExternalAnchor</a></h4>
      <section><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> pointing to a
<a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> in a different <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1LinkTargetFile.html">C1LinkTargetFile</a></h4>
      <section><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> pointing to an external document, file or URL.
The hyperlink jump is performed using the <b>ShellExecute</b> OS shell API, so the result
depends on the operating system and installed programs.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1LinkTargetPage.html">C1LinkTargetPage</a></h4>
      <section><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> pointing to another page in the current document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1LinkTargetUser.html">C1LinkTargetUser</a></h4>
      <section><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> determined by a user event handler.
When using <b>C1.Win.C1Preview.C1PreviewPane</b>, attach a handler of the type
<b>C1.Win.C1Preview.HyperlinkEventHandler</b> to the <b>C1PreviewPane</b>'s <b>UserHyperlinkJump</b>
event. That event will be fired when a hyperlink with the link target
of this type is clicked.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a></h4>
      <section><p>Represents a multi-document - a sequence of several documents that have
common page numbering, and can be handled (e.g. printed or exported)
together as a single large document.
Allows creating very large documents without running out of memory.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1MultiDocumentItem.html">C1MultiDocumentItem</a></h4>
      <section><p>Represents an item (individual document or report) in a <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1MultiDocumentItemCollection.html">C1MultiDocumentItemCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.C1MultiDocumentItem.html">C1MultiDocumentItem</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a></h4>
      <section><p>Represents a generated page of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1PageCollection.html">C1PageCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a> objects in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a></h4>
      <section><p>Represents the page settings of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1PageSettings.PageSettingsTypeConverter.html">C1PageSettings.PageSettingsTypeConverter</a></h4>
      <section><p>Provides <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter">TypeConverter</a> for the <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> class.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a></h4>
      <section><p>Represents a ComponentOne Document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1PrintManager.html">C1PrintManager</a></h4>
      <section><p>Provides printing services.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1PrintOptions.html">C1PrintOptions</a></h4>
      <section><p>Describes options controlling how a document's content
is to be printed (or previewed).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.CompatibilityOptions.html">CompatibilityOptions</a></h4>
      <section><p>Defines the compatibility options for C1PrintDocument.
Contains properties specifying compatibility with
previous versions of C1PrintDocument.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Dictionary.html">Dictionary</a></h4>
      <section><p>Represents a dictionary within a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
The dictionary allows to store an object such as an image or an icon once,
and reuse it throughout the document.
Items contained in the dictionary must have types derived from <a class="xref" href="C1.C1Preview.DictionaryItem.html">DictionaryItem</a>
(e.g. <a class="xref" href="C1.C1Preview.DictionaryImage.html">DictionaryImage</a> or <a class="xref" href="C1.C1Preview.DictionaryIcon.html">DictionaryIcon</a>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DictionaryIcon.html">DictionaryIcon</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.DictionaryIcon.Icon.html#C1_C1Preview_DictionaryIcon_Icon">Icon</a> stored in a <a class="xref" href="C1.C1Preview.Dictionary.html">Dictionary</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DictionaryImage.html">DictionaryImage</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.DictionaryImage.Image.html#C1_C1Preview_DictionaryImage_Image">Image</a> stored in a <a class="xref" href="C1.C1Preview.Dictionary.html">Dictionary</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DictionaryItem.html">DictionaryItem</a></h4>
      <section><p>The base class for types of objects that can be inserted in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>'s <a class="xref" href="C1.C1Preview.Dictionary.html">Dictionary</a>.
Derived classes include <a class="xref" href="C1.C1Preview.DictionaryImage.html">DictionaryImage</a> and <a class="xref" href="C1.C1Preview.DictionaryIcon.html">DictionaryIcon</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentBody.html">DocumentBody</a></h4>
      <section><p>Represents the body of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
The body is the main part of a document presenting visible content,
and can be accessed via the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> property on the document.
(The only other parts presenting visible document content are page headers and footers.)</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentFont.html">DocumentFont</a></h4>
      <section><p>Describes a font used in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
(see also <a class="xref" href="C1.C1Preview.C1PrintDocument.FontHandling.html#C1_C1Preview_C1PrintDocument_FontHandling">FontHandling</a>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentFontCollection.html">DocumentFontCollection</a></h4>
      <section><p>Represents the collection of <a class="xref" href="C1.C1Preview.DocumentFont.html">DocumentFont</a> objects
describing fonts used in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
<p>
See <a class="xref" href="C1.C1Preview.C1PrintDocument.FontHandling.html#C1_C1Preview_C1PrintDocument_FontHandling">FontHandling</a> for details on
when and how this collection is populated.
</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentInfo.html">DocumentInfo</a></h4>
      <section><p>Represents general information about a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>,
such as author, subject, creation date and time, and so on.
Can be accessed via the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentInfo.html#C1_C1Preview_C1PrintDocument_DocumentInfo">DocumentInfo</a> property on a document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentLocation.html">DocumentLocation</a></h4>
      <section><p>Represents a position within a generated document
as a combination of the page index and the area on that page.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentPageLayouts.html">DocumentPageLayouts</a></h4>
      <section><p>Represents the standard page layouts used in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
(such as the default page layout, page layout used for first and last pages,
and so on).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.EllipsePartProps.html">EllipsePartProps</a></h4>
      <section><p>Represents the geometric properties of a pie.
Used by <a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a> class.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.C1Preview.EmbeddedFontCollection.html">EmbeddedFontCollection</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.C1Preview.EmfOutlineHeader.html">EmfOutlineHeader</a></h4>
      <section><p>Contains data describing an outline entry extracted from a metafile
comment record or compatible (using the &quot;%PDFHdr|&quot; prefix).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.EventCollection.html">EventCollection</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.OwnedCollection.html">OwnedCollection</a> that fires events when changing.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.EventCollectionChangeEventArgs.html">EventCollectionChangeEventArgs</a></h4>
      <section><p>Contains data about <a class="xref" href="C1.C1Preview.EventCollection.html">EventCollection</a> change events.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.FontProcessingOptions.html">FontProcessingOptions</a></h4>
      <section><p>Specifies font processing options for a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a></h4>
      <section><p>Represents an entry in a word index of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Top-level entries of a <a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a> (represented by instances of this class)
are contained in the <a class="xref" href="C1.C1Preview.RenderIndex.Entries.html#C1_C1Preview_RenderIndex_Entries">Entries</a> collection on the index object.
Nested entries are contained in the parent entry's <a class="xref" href="C1.C1Preview.IndexEntry.Children.html#C1_C1Preview_IndexEntry_Children">Children</a>
The current entry's occurrences in the document are represented by instances
of the <a class="xref" href="C1.C1Preview.IndexEntryOccurrence.html">IndexEntryOccurrence</a> class, and are contained in the
<a class="xref" href="C1.C1Preview.IndexEntry.Occurrences.html#C1_C1Preview_IndexEntry_Occurrences">Occurrences</a> collection of the entry.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.IndexEntryCollection.html">IndexEntryCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> objects.
The <a class="xref" href="C1.C1Preview.RenderIndex.Entries.html#C1_C1Preview_RenderIndex_Entries">Entries</a> property on the <a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a> class,
and the <a class="xref" href="C1.C1Preview.IndexEntry.Children.html#C1_C1Preview_IndexEntry_Children">Children</a> property on the <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> class
store collections of this type.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.IndexEntryOccurrence.html">IndexEntryOccurrence</a></h4>
      <section><p>Represents a single occurrence of an <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> in the document.
Elements of this type are contained in the <a class="xref" href="C1.C1Preview.IndexEntry.Occurrences.html#C1_C1Preview_IndexEntry_Occurrences">Occurrences</a> collection
of an <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a>.</p>
<p>
The main functional property of this class is <a class="xref" href="C1.C1Preview.IndexEntryOccurrence.Target.html#C1_C1Preview_IndexEntryOccurrence_Target">Target</a>,
of the type <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a>, which points to the location of the occurrence
in the document.
</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.IndexEntryStyles.html">IndexEntryStyles</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.Style.html">Style</a>s used to render <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> objects
at different nesting levels of a <a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a>.
The style at index 0 of this collection is used to render the top-level entries,
the style at index 1 is used to render sub-entries, and so on.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.InputAction.html">InputAction</a></h4>
      <section><p>Describes the combination of a user action on a control
produced by a <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>-derived object,
and the associated handling.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.InputActionCollection.html">InputActionCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.InputAction.html">InputAction</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.InputValueChangedEventArgs.html">InputValueChangedEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.C1Preview.C1PrintDocument.InputValueChanged.html">InputValueChanged</a> event.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a></h4>
      <section><p>The base type for classes describing layout-releated
changes that are applied to a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> before or after a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>
if assigned to <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeBefore.html#C1_C1Preview_RenderObject_LayoutChangeBefore">LayoutChangeBefore</a> or <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeAfter.html#C1_C1Preview_RenderObject_LayoutChangeAfter">LayoutChangeAfter</a>
on that object.</p>
<p>
Derived classes include
<a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a>,
<a class="xref" href="C1.C1Preview.LayoutChangeNewColumn.html">LayoutChangeNewColumn</a>,
<a class="xref" href="C1.C1Preview.LayoutChangeNewLine.html">LayoutChangeNewLine</a> and
<a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a>.
</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LayoutChangeNewColumn.html">LayoutChangeNewColumn</a></h4>
      <section><p>Describes layout-related changes associated with a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
When an instance of this class is assigned to <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeBefore.html#C1_C1Preview_RenderObject_LayoutChangeBefore">LayoutChangeBefore</a>
or <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeAfter.html#C1_C1Preview_RenderObject_LayoutChangeAfter">LayoutChangeAfter</a> on that object,
a column break is inserted before of after that object,
and layout changes described by the instance are applied.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LayoutChangeNewLine.html">LayoutChangeNewLine</a></h4>
      <section><p>Describes layout-related changes associated with a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
When an instance of this class is assigned to <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeBefore.html#C1_C1Preview_RenderObject_LayoutChangeBefore">LayoutChangeBefore</a>
or <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeAfter.html#C1_C1Preview_RenderObject_LayoutChangeAfter">LayoutChangeAfter</a> on that object,
and the current <a class="xref" href="C1.C1Preview.RenderObject.Stacking.html#C1_C1Preview_RenderObject_Stacking">Stacking</a> is <a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_InlineLeftToRight">InlineLeftToRight</a>,
a line break is inserted before of after that object,
and layout changes described by the instance are applied.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a></h4>
      <section><p>Describes layout-related changes associated with a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
When an instance of this class is assigned to <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeBefore.html#C1_C1Preview_RenderObject_LayoutChangeBefore">LayoutChangeBefore</a>
or <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeAfter.html#C1_C1Preview_RenderObject_LayoutChangeAfter">LayoutChangeAfter</a> on that object,
a page break is inserted before of after that object,
and layout changes described by the instance are applied to the new page.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a></h4>
      <section><p>Describes layout-related changes associated with a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
When an instance of this class is assigned to <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeBefore.html#C1_C1Preview_RenderObject_LayoutChangeBefore">LayoutChangeBefore</a>
or <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeAfter.html#C1_C1Preview_RenderObject_LayoutChangeAfter">LayoutChangeAfter</a> on that object,
layout changes described by the instance are applied
to the next new page (but no immediate page break is caused by this class).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a></h4>
      <section><p>Represents a set of attributes used to draw lines.
This class is immutable.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LineDef.TypeConverter.html">LineDef.TypeConverter</a></h4>
      <section><p>Used to convert objects of <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> type.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LineProps.html">LineProps</a></h4>
      <section><p>Represents the geometric properties of a <a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LinePropsBase.html">LinePropsBase</a></h4>
      <section><p>The abstract base class representing the geometric properties of a line shape.
Used by <a class="xref" href="C1.C1Preview.RenderLineBase.html">RenderLineBase</a> and derived classes.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LongOperationEventArgs.html">LongOperationEventArgs</a></h4>
      <section><p>Describes arguments for the event fired periodically by a potentially
long operation. Allows to provide feedback to the user and may also
allow to cancel the operation.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.MultiDocumentItemEventArgs.html">MultiDocumentItemEventArgs</a></h4>
      <section><p>Provides data for item-related <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a> events such as
<a class="xref" href="C1.C1Preview.C1MultiDocument.ItemGenerated.html">ItemGenerated</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.MultiDocumentItemLoadedEventArgs.html">MultiDocumentItemLoadedEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.C1Preview.C1MultiDocument.ItemLoaded.html">ItemLoaded</a> event.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.NamedCollection.html">NamedCollection</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Preview.OwnedCollection.html">OwnedCollection</a> of uniquely-named elements.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.NamedCollectionItem.html">NamedCollectionItem</a></h4>
      <section><p>Represents an element of a <a class="xref" href="C1.C1Preview.NamedCollection.html">NamedCollection</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OffsetsD.TypeConverter.html">OffsetsD.TypeConverter</a></h4>
      <section><p>Represents a type converter for <a class="xref" href="C1.C1Preview.OffsetsD.html">OffsetsD</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OutlineNode.html">OutlineNode</a></h4>
      <section><p>Represents an outline node within a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OutlineNodeCollection.html">OutlineNodeCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.OutlineNode.html">OutlineNode</a> elements.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OutputRange.html">OutputRange</a></h4>
      <section><p>Describes a part of the document (pages or objects) that is to be
exported or printed.
Note: all page numbers are 1-based.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OutputRange.Enumerator.html">OutputRange.Enumerator</a></h4>
      <section><p>Allows to enumerate all pages in the range.
Note: It is the client reesponsibility to take steps
to avoid infinite loops if the OutputRange
was created without specifying a valid MaxPageNumber.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OwnedCollection.html">OwnedCollection</a></h4>
      <section><p>Describes a collection with an owner.
Base class for <a class="xref" href="C1.C1Preview.RenderObjectCollection.html">RenderObjectCollection</a> and <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.html">ParagraphObjectCollection</a>.
Additional to <a class="xref" href="C1.C1Preview.OwnedCollectionBase.html">OwnedCollectionBase</a> updates Owner property
of items if they supports <span class="xref">C1.C1Preview.IOwnedCollectionItem</span> interface.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OwnedCollectionBase.html">OwnedCollectionBase</a></h4>
      <section><p>Represents a collection with an owner object.
Notifies the owner of interesting events on the collection if the owner
supports the <span class="xref">C1.C1Preview.ICollectionOwner</span> interface.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OwnedFastList.html">OwnedFastList</a></h4>
      <section><p>Describes a <a class="xref" href="C1.C1Preview.Util.FastList.html">FastList</a> with an owner.
Base class for <a class="xref" href="C1.C1Preview.OwnedFastListBase.html">OwnedFastListBase</a>.
Additional to <a class="xref" href="C1.C1Preview.OwnedFastListBase.html">OwnedFastListBase</a> updates Owner property
of items if they supports <span class="xref">C1.C1Preview.IOwnedCollectionItem</span> interface.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OwnedFastListBase.html">OwnedFastListBase</a></h4>
      <section><p>Represents <a class="xref" href="C1.C1Preview.Util.FastList.html">FastList</a> with owner object.
Notifies the owner of interesting events on the collection if the owner
supports the <span class="xref">C1.C1Preview.ICollectionOwner</span> interface.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a></h4>
      <section><p>Represents the properties of a page column.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageColumnDef.TypeConverter2.html">PageColumnDef.TypeConverter2</a></h4>
      <section><p>Represents a type converter for <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageColumnDefCollection.html">PageColumnDefCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageConfigureEventArgs.html">PageConfigureEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageConfigure.html">PageConfigure</a> event.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageEventArgs.html">PageEventArgs</a></h4>
      <section><p>Provides data for page-related events such as
<a class="xref" href="C1.C1Preview.C1PrintDocument.PageAdded.html">PageAdded</a>, <a class="xref" href="C1.C1Preview.C1PrintDocument.PageUpdated.html">PageUpdated</a>,
<a class="xref" href="C1.C1Preview.C1PrintDocument.PageChanged.html">PageChanged</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.PageDeleted.html">PageDeleted</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageLayout.html">PageLayout</a></h4>
      <section><p>Represents the page layout of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageNumberingChange.html">PageNumberingChange</a></h4>
      <section><p>Represents an absolute or relative page numbering change in <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
or <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageNumberingChange.TypeConverter.html">PageNumberingChange.TypeConverter</a></h4>
      <section><p>Represents a type converter for <a class="xref" href="C1.C1Preview.PageNumberingChange.html">PageNumberingChange</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageResolvedInfo.html">PageResolvedInfo</a></h4>
      <section><p>Provides properties that allow to retrieve information about
a resolved <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a>, such as the actual absolute page size,
absolute margin values and so on.
All size and length values provided by this class are absolute,
expressed in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PagesEventArgs.html">PagesEventArgs</a></h4>
      <section><p>Provides data for page-related events such as
<a class="xref" href="C1.C1Preview.C1MultiDocument.PagesAdded.html">PagesAdded</a> and <a class="xref" href="C1.C1Preview.C1MultiDocument.PagesChanged.html">PagesChanged</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ParagraphImage.html">ParagraphImage</a></h4>
      <section><p>Represents an inline image
in the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a> of a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a></h4>
      <section><p>The abstract base class for inline text and images, rendered using a single style,
in the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a> of a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ParagraphObjectCollection.html">ParagraphObjectCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a> objects
that is the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a>
of a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ParagraphText.html">ParagraphText</a></h4>
      <section><p>Represents a run of text, rendered using a single style,
in the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a> of a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PointD.TypeConverter.html">PointD.TypeConverter</a></h4>
      <section><p>Represents a type converter for <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PolygonProps.html">PolygonProps</a></h4>
      <section><p>Represents the geometric properties of a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RectangleD.TypeConverter.html">RectangleD.TypeConverter</a></h4>
      <section><p>Represents a type converter for <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RectangleProps.html">RectangleProps</a></h4>
      <section><p>Represents the geometric properties of a rectangle,
also serves as the base for classes describing
certain other shapes (such as round rectangle, arc and pie).
Used by <a class="xref" href="C1.C1Preview.RenderRectangle.html">RenderRectangle</a> and derived classes.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a></h4>
      <section><p>Represents an arc of an ellipse in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderArea.html">RenderArea</a></h4>
      <section><p>Represents a general-purpose container for other <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderAreaFragment.html">RenderAreaFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderArea.html">RenderArea</a> in the generated document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderBarCode.html">RenderBarCode</a></h4>
      <section><p>Represents a barcode in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderBarCodeFragment.html">RenderBarCodeFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderBarCode.html">RenderBarCode</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderC1Printable.html">RenderC1Printable</a></h4>
      <section><p>Represents an external object that can be seamlessly rendered in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
See <b>remarks</b> for details.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderC1PrintableFragment.html">RenderC1PrintableFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderC1Printable.html">RenderC1Printable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a></h4>
      <section><p>Represents an ellipse in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderEmpty.html">RenderEmpty</a></h4>
      <section><p>Represents an empty <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
Provides a convenient placeholder for things like page breaks and so on,
where no content needs to be rendered.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderEmptyFragment.html">RenderEmptyFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderEmpty.html">RenderEmpty</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderFragment.html">RenderFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderFragment.RenderObject.html#C1_C1Preview_RenderFragment_RenderObject">RenderObject</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderFragmentCollection.html">RenderFragmentCollection</a></h4>
      <section><p>Represents a collection of fragments (<a class="xref" href="C1.C1Preview.RenderFragment.html">RenderFragment</a>)
of a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
All elements of this collection are sorted by <a class="xref" href="C1.C1Preview.RenderObject.ZOrder.html#C1_C1Preview_RenderObject_ZOrder">ZOrder</a>
of the render object to perform drawing and searching.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a></h4>
      <section><p>Represents a drawing on a .NET <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a> object
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderGraphicsFragment.html">RenderGraphicsFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderImage.html">RenderImage</a></h4>
      <section><p>Represents an image in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Can also be used to show an image of a <b>System.Windows.Forms.Control</b>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderImageFragment.html">RenderImageFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderImage.html">RenderImage</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a></h4>
      <section><p>Represents an alphabetical, optionally multi-level, word index in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a></h4>
      <section><p>The abstract base class for all <b>Preview Forms</b> input controls.
Derived types represent active UI elements embedded in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
when that document is shown by a supporting viewer (e.g. <b>C1.Win.C1Preview.C1PrintPreviewControl</b>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputButton.html">RenderInputButton</a></h4>
      <section><p>Represents a <b>Preview Forms</b> pushbutton in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
When the document is shown by a supporting viewer (e.g. <b>C1.Win.C1Preview.C1PrintPreviewControl</b>),
produces an active pushbutton control.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputButtonBase.html">RenderInputButtonBase</a></h4>
      <section><p>The abstract base class for button-like input controls (button, check box, radio button).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputCheckBox.html">RenderInputCheckBox</a></h4>
      <section><p>Represents a checkbox.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputComboBox.html">RenderInputComboBox</a></h4>
      <section><p>Represents a <b>Preview Forms</b> combobox (a textbox with an attached dropdown) in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
When the document is shown by a supporting viewer (e.g. <b>C1.Win.C1Preview.C1PrintPreviewControl</b>),
produces an active combobox control.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.html">RenderInputComboBoxItem</a></h4>
      <section><p>Represents an item in the <a class="xref" href="C1.C1Preview.RenderInputComboBox.Items.html#C1_C1Preview_RenderInputComboBox_Items">Items</a>
collection of a <a class="xref" href="C1.C1Preview.RenderInputComboBox.html">RenderInputComboBox</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputComboBoxItemCollection.html">RenderInputComboBoxItemCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.html">RenderInputComboBoxItem</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputFragment.html">RenderInputFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputRadioButton.html">RenderInputRadioButton</a></h4>
      <section><p>Represents a <b>Preview Forms</b> radio button in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
When the document is shown by a supporting viewer (e.g. <b>C1.Win.C1Preview.C1PrintPreviewControl</b>),
produces an active radio button control.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderInputText.html">RenderInputText</a></h4>
      <section><p>Represents a <b>Preview Forms</b> textbox in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
When the document is shown by a supporting viewer (e.g. <b>C1.Win.C1Preview.C1PrintPreviewControl</b>),
produces an active textbox control.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a></h4>
      <section><p>Represents a line shape in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderLineBase.html">RenderLineBase</a></h4>
      <section><p>The abstract base class for classes representing line-based shapes (lines and polygons)
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderLineFragment.html">RenderLineFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderLineBase.html">RenderLineBase</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a></h4>
      <section><p>The abstract base class for all render objects representing content of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderObjectCollection.html">RenderObjectCollection</a></h4>
      <section><p>Represents the collection of RenderObject objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderObjectList.html">RenderObjectList</a></h4>
      <section><p>Represents a simple <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> of <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> objects.
This list is used to store copies of an object produced by data binding.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a></h4>
      <section><p>Represents a paragraph in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Paragraphs can contain inline text and images, possibly rendered using different styles.
The content of a paragraph is accessible via the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a> property.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderParagraphFragment.html">RenderParagraphFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a></h4>
      <section><p>Represents a pie shape (a closed shape consisting of an arc of an ellipse,
with lines going from the start and end points of the arc to the ellipse's center)
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></h4>
      <section><p>Represents an open or closed polygon shape in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderRectangle.html">RenderRectangle</a></h4>
      <section><p>Represents a rectangle in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
This is also the base class for <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> and <a class="xref" href="C1.C1Preview.RenderRoundRectangle.html">RenderRoundRectangle</a> classes.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderRectangleFragment.html">RenderRectangleFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderRectangle.html">RenderRectangle</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderRichText.html">RenderRichText</a></h4>
      <section><p>Represents an <b>RTF</b> text in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderRichTextFragment.html">RenderRichTextFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderRichText.html">RenderRichText</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderRoundRectangle.html">RenderRoundRectangle</a></h4>
      <section><p>Represents a rectangle with rounded corners in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderRoundRectangleFragment.html">RenderRoundRectangleFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderRoundRectangle.html">RenderRoundRectangle</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a></h4>
      <section><p>The abstract base class for classes representing geometric shapes (lines, polygons and so on)
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderShapeFragment.html">RenderShapeFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a></h4>
      <section><p>Represents a table in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderTableFragment.html">RenderTableFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderText.html">RenderText</a></h4>
      <section><p>Represents a run of text in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Text is drawn using a single style (see <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a> for multi-style text).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderTextBase.html">RenderTextBase</a></h4>
      <section><p>The abstract base class for render object types representing text
(<a class="xref" href="C1.C1Preview.RenderText.html">RenderText</a> and <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a>) in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderTextFragment.html">RenderTextFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderText.html">RenderText</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderTextFragmentBase.html">RenderTextFragmentBase</a></h4>
      <section><p>The abstract base class for <a class="xref" href="C1.C1Preview.RenderTextFragment.html">RenderTextFragment</a> and <a class="xref" href="C1.C1Preview.RenderParagraphFragment.html">RenderParagraphFragment</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderToc.html">RenderToc</a></h4>
      <section><p>Represents a table of contents (TOC) in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Individual TOC entries are represented by <a class="xref" href="C1.C1Preview.RenderTocItem.html">RenderTocItem</a> objects.
This object may also contain other types of render objects
(this may be used e.g. to show a TOC header).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderTocItem.html">RenderTocItem</a></h4>
      <section><p>Represents a single entry in the table of contents (TOC; <a class="xref" href="C1.C1Preview.RenderTocItem.RenderToc.html#C1_C1Preview_RenderTocItem_RenderToc">RenderToc</a>) in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderTocItemFragment.html">RenderTocItemFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderTocItem.html">RenderTocItem</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderVerticalParagraph.html">RenderVerticalParagraph</a></h4>
      <section><p>Represents a paragraph of vertical text in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Paragraphs can contain inline text and images, possibly rendered using different styles.
The content of a paragraph is accessible via the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a> property.</p>
<p>
Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner,
vertically from right to left.
</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderVerticalParagraphFragment.html">RenderVerticalParagraphFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderVerticalText.html">RenderVerticalText</a></h4>
      <section><p>Represents a run of vertical text in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
<p>
Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner,
vertically from right to left.
</p><p>
Text is drawn using a single style (see <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.html">RenderVerticalParagraph</a> for multi-style text).
</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderVerticalTextFragment.html">RenderVerticalTextFragment</a></h4>
      <section><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderVerticalText.html">RenderVerticalText</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RoundRectangleProps.html">RoundRectangleProps</a></h4>
      <section><p>Represents the geometric properties of a rectangle with rounded corners.
Used by the <a class="xref" href="C1.C1Preview.RenderRoundRectangle.html">RenderRoundRectangle</a> class.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.SerializerBase.html">SerializerBase</a></h4>
      <section><p>For internal use.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ShapeProps.html">ShapeProps</a></h4>
      <section><p>The abstract base class representing the geometric properties of a shape.
Used by <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a> and derived classes.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Style.html">Style</a></h4>
      <section><p>Represents the style of an object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.StyleCollection.html">StyleCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.Style.html">Style</a> objects.
This is the type of the <a class="xref" href="C1.C1Preview.Style.Children.html#C1_C1Preview_Style_Children">Children</a> collection
on a <a class="xref" href="C1.C1Preview.Style.html">Style</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.SystemInfo.html">SystemInfo</a></h4>
      <section><p>Represents operating system related information in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.SystemTagCollection.html">SystemTagCollection</a></h4>
      <section><p>Represents a read-only collection of system tags
(objects derived from <a class="xref" href="C1.C1Preview.TagSys.html">TagSys</a>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TabPosition.html">TabPosition</a></h4>
      <section><p>Represents a tab stop in a text in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
To set a tab stop, add it to the <a class="xref" href="C1.C1Preview.RenderTextBase.TabPositions.html#C1_C1Preview_RenderTextBase_TabPositions">TabPositions</a>
collection on the text or paragraph.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TabPositionCollection.html">TabPositionCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.TabPosition.html">TabPosition</a> objects.
This is the type of <a class="xref" href="C1.C1Preview.RenderTextBase.TabPositions.html#C1_C1Preview_RenderTextBase_TabPositions">TabPositions</a> property.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableCell.html">TableCell</a></h4>
      <section><p>Represents a cell in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableCellCollection.html">TableCellCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a> cells
(objects of the type <a class="xref" href="C1.C1Preview.TableCell.html">TableCell</a>).
A collection of this type is returned by the <a class="xref" href="C1.C1Preview.RenderTable.Cells.html#C1_C1Preview_RenderTable_Cells">Cells</a> property
of a table.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableCol.html">TableCol</a></h4>
      <section><p>Represents a column of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableColCollection.html">TableColCollection</a></h4>
      <section><p>Represents a collection of columns (objects of the <a class="xref" href="C1.C1Preview.TableCol.html">TableCol</a> type)
in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableRow.html">TableRow</a></h4>
      <section><p>Represents a row of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableRowCollection.html">TableRowCollection</a></h4>
      <section><p>Represents a collection of rows (objects of the <a class="xref" href="C1.C1Preview.TableRow.html">TableRow</a> type)
in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableVector.html">TableVector</a></h4>
      <section><p>The abstract base class for rows and columns of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableVectorCollection.html">TableVectorCollection</a></h4>
      <section><p>The abstract base class representing a collection of <a class="xref" href="C1.C1Preview.TableVector.html">TableVector</a> objects.
This is the base class for collections of table rows and columns,
accessible as <a class="xref" href="C1.C1Preview.RenderTable.Rows.html#C1_C1Preview_RenderTable_Rows">Rows</a> and <a class="xref" href="C1.C1Preview.RenderTable.Cols.html#C1_C1Preview_RenderTable_Cols">Cols</a>
on a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableVectorGroup.html">TableVectorGroup</a></h4>
      <section><p>Represents a group of <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a> rows or columns
(see <a class="xref" href="C1.C1Preview.RenderTable.RowGroups.html#C1_C1Preview_RenderTable_RowGroups">RowGroups</a> and <a class="xref" href="C1.C1Preview.RenderTable.ColGroups.html#C1_C1Preview_RenderTable_ColGroups">ColGroups</a>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableVectorGroupCollection.html">TableVectorGroupCollection</a></h4>
      <section><p>Represents a collection of row or column groups in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.
This is the type of <a class="xref" href="C1.C1Preview.RenderTable.RowGroups.html#C1_C1Preview_RenderTable_RowGroups">RowGroups</a> and <a class="xref" href="C1.C1Preview.RenderTable.ColGroups.html#C1_C1Preview_RenderTable_ColGroups">ColGroups</a>
collections.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Tag.html">Tag</a></h4>
      <section><p>Represents a user-defined tag.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Tag.TagConverter.html">Tag.TagConverter</a></h4>
      <section><p>Converts <a class="xref" href="C1.C1Preview.Tag.html">Tag</a> objects to/from other types.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Tag.TagValueConverter.html">Tag.TagValueConverter</a></h4>
      <section><p>Converts <a class="xref" href="C1.C1Preview.Tag.html">Tag</a> values to/from other types.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagBase.html">TagBase</a></h4>
      <section><p>The abstract base class for system (<a class="xref" href="C1.C1Preview.TagSys.html">TagSys</a>) and user defined (<a class="xref" href="C1.C1Preview.Tag.html">Tag</a>) tags.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagBoolInputParams.html">TagBoolInputParams</a></h4>
      <section><p>Represents customization parameters for input of Booleand tag values.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagCollection.html">TagCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.Tag.html">Tag</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagDateTimeInputParams.html">TagDateTimeInputParams</a></h4>
      <section><p>Represents customization parameters for input of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> tag values.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagGeneratedDateTime.html">TagGeneratedDateTime</a></h4>
      <section><p>Represents a system tag returning the date and time when the document was last generated.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagHyperlinkPageNo.html">TagHyperlinkPageNo</a></h4>
      <section><p>Represents a system tag that is replaced by the page number of a hyperlink target.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagInputParams.html">TagInputParams</a></h4>
      <section><p>The abstract base class for specialized classes used by the
tag input dialog to customize input of individual tags.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagLastFileName.html">TagLastFileName</a></h4>
      <section><p>Represents a system tag returning the file name last used to save or load the document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagLastPrinterName.html">TagLastPrinterName</a></h4>
      <section><p>Represents a system tag returning the name of the printer last used to print the document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagListInputParams.html">TagListInputParams</a></h4>
      <section><p>Represents customization parameters for input of tag values that can be selected from a list.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagListInputParamsItem.html">TagListInputParamsItem</a></h4>
      <section><p>Represents a list item for <a class="xref" href="C1.C1Preview.TagListInputParams.html">TagListInputParams</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagListInputParamsItemCollection.html">TagListInputParamsItemCollection</a></h4>
      <section><p>Represents a collection of list items for <a class="xref" href="C1.C1Preview.TagListInputParams.html">TagListInputParams</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagNumericInputParams.html">TagNumericInputParams</a></h4>
      <section><p>Represents customization parameters for input of numeric tag values.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPage.html">TagPage</a></h4>
      <section><p>The abstract base class for system tags that evaluate to a page number or count.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPageCount.html">TagPageCount</a></h4>
      <section><p>Represents the total page count system tag.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPageNo.html">TagPageNo</a></h4>
      <section><p>Represents the current page number system tag.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPageX.html">TagPageX</a></h4>
      <section><p>Represents the current horizontal page number system tag.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPageXCount.html">TagPageXCount</a></h4>
      <section><p>Represents the horizontal page count system tag.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPageY.html">TagPageY</a></h4>
      <section><p>Represents the current vertical page number system tag.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPageYCount.html">TagPageYCount</a></h4>
      <section><p>Represents the vertical page count system tag.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagPrintedDateTime.html">TagPrintedDateTime</a></h4>
      <section><p>Represents a system tag returning the date and time when the document was last printed.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagStringInputParams.html">TagStringInputParams</a></h4>
      <section><p>Represents customization parameters for input of string tag values.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagSys.html">TagSys</a></h4>
      <section><p>The abstract base class for system defined tags such as <a class="xref" href="C1.C1Preview.TagPageNo.html">TagPageNo</a> and <a class="xref" href="C1.C1Preview.TagPageCount.html">TagPageCount</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagUsageInfo.html">TagUsageInfo</a></h4>
      <section><p>The abstract base class for system tags that return
data from <a class="xref" href="C1.C1Preview.C1PrintDocument.UsageInfo.html#C1_C1Preview_C1PrintDocument_UsageInfo">UsageInfo</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Unit.TypeConverter.html">Unit.TypeConverter</a></h4>
      <section><p>Provides type conversions for <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> values.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UnitPoint.TypeConverter.html">UnitPoint.TypeConverter</a></h4>
      <section><p>Provides type conversions for <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> values.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UsageInfo.html">UsageInfo</a></h4>
      <section><p>Represents information related to usage of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>,
such as the date and time when the document was last generated or printed.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UserCellGroup.html">UserCellGroup</a></h4>
      <section><p>Represents a (possibly sparse) user-defined group of cells
(objects of type <a class="xref" href="C1.C1Preview.TableCell.html">TableCell</a>) in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UserCellGroupCollection.html">UserCellGroupCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.UserCellGroup.html">UserCellGroup</a> objects.
This is the type of the <a class="xref" href="C1.C1Preview.RenderTable.UserCellGroups.html#C1_C1Preview_RenderTable_UserCellGroups">UserCellGroups</a> property of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Utils.html">Utils</a></h4>
      <section><p>Contains common functions.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Warning.html">Warning</a></h4>
      <section><p>Represents information about a potentially erroneous or conflicting situation
that occurred during generation of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.WarningCollection.html">WarningCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Preview.Warning.html">Warning</a> objects.
This is the type of the <a class="xref" href="C1.C1Preview.C1PrintDocument.Warnings.html#C1_C1Preview_C1PrintDocument_Warnings">Warnings</a> property
on a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ZoomSliderScale.html">ZoomSliderScale</a></h4>
      <section><p>A helper class that allows to use a slider control for a zoom factor value,
placing zoom factor 1 (no zoom) in the middle of the slider control.</p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="C1.C1Preview.Borders.html">Borders</a></h4>
      <section><p>A structure defining the four borders around a rectangular area.
Each border is represented by a <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.GridLines.html">GridLines</a></h4>
      <section><p>A structure defining the grid lines (four borders and two internal lines)
used to draw a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.
Each line is represented by a <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ImageAlign.html">ImageAlign</a></h4>
      <section><p>Represents the alignment of an image within its container.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Offsets.html">Offsets</a></h4>
      <section><p>A structure representing four <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> values
corresponding to the four sides of a rectangluar area.
Used by <a class="xref" href="C1.C1Preview.Style.Padding.html#C1_C1Preview_Style_Padding">Padding</a> and <a class="xref" href="C1.C1Preview.Style.Spacing.html#C1_C1Preview_Style_Spacing">Spacing</a> properties.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OffsetsD.html">OffsetsD</a></h4>
      <section><p>Stores a set of four double numbers that represent the
offsets from the edges of a rectangular area.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OffsetsI.html">OffsetsI</a></h4>
      <section><p>Stores a set of four integer numbers that represent the
offsets from edges of rectangular area.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageDrawParams.html">PageDrawParams</a></h4>
      <section><p>Defines parameters used to generate a metafile representing a <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PointD.html">PointD</a></h4>
      <section><p>Represents an ordered pair of <b>double</b> X and Y coordinates that defines a point
in a two-dimensional plane.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a></h4>
      <section><p>Stores a set of four <b>double</b> values that represent the location and size of a rectangle.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderObject.ShadowParams.html">RenderObject.ShadowParams</a></h4>
      <section><p>For internal use only.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RenderShapeBase.ShapeParams.html">RenderShapeBase.ShapeParams</a></h4>
      <section><p>For internal use only.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Shadow.html">Shadow</a></h4>
      <section><p>Represents the shadow cast by a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.SizeD.html">SizeD</a></h4>
      <section><p>Stores an ordered pair of <b>double</b> values, typically the width and height of a rectangle.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></h4>
      <section><p>A structure representing a single coordinate or dimension of an object
(e.g. <a class="xref" href="C1.C1Preview.RenderObject.X.html#C1_C1Preview_RenderObject_X">X</a> or <a class="xref" href="C1.C1Preview.RenderObject.Height.html#C1_C1Preview_RenderObject_Height">Height</a> of a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>)
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a></h4>
      <section><p>Represents a point on a two-dimensional surface,
with coordinates specified as <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> values.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="C1.C1Preview.IC1Printable.html">IC1Printable</a></h4>
      <section><p>If an object implements this interface, it can be seamlessly rendered
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> via a <a class="xref" href="C1.C1Preview.RenderC1Printable.html">RenderC1Printable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></h4>
      <section><p>Describes a location within a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
(used e.g. as the target of a hyperlink etc.).
The location is identified by a page and a rectangle on that page.
The rectangle's unit of measurement is determined by the document's
<a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> property.
Classes that implement this interface are
<a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> and <a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></h4>
      <section><p>Defines a class that can expose a <b>Style</b> property (of the type <a class="xref" href="C1.C1Preview.IStyleOwner.Style.html#C1_C1Preview_IStyleOwner_Style">Style</a>).</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.C1Preview.AlignHorzEnum.html">AlignHorzEnum</a></h4>
      <section><p>Specifies the horizontal alignment of text within a containing object.</p>
<p>This is the type of <a class="xref" href="C1.C1Preview.Style.TextAlignHorz.html#C1_C1Preview_Style_TextAlignHorz">TextAlignHorz</a> property.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.AlignVertEnum.html">AlignVertEnum</a></h4>
      <section><p>Specifies the vertical alignment of text within a containing object.</p>
<p>This is the type of <a class="xref" href="C1.C1Preview.Style.TextAlignVert.html#C1_C1Preview_Style_TextAlignVert">TextAlignVert</a> property.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.BarDirectionEnum.html">BarDirectionEnum</a></h4>
      <section><p>Specifies the direction of the barcode</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.BordersModeEnum.html">BordersModeEnum</a></h4>
      <section><p>Specifies the various modes of accounting for border thickness when
laying out the objects in a document.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.BordersSplitMode.html">BordersSplitMode</a></h4>
      <section><p>Specifies how borders are drawn when the object is split between pages.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.BreakEnum.html">BreakEnum</a></h4>
      <section><p>Defines the various breaks which can be forced before or after render object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.BusyStateEnum.html">BusyStateEnum</a></h4>
      <section><p>Describes the busy state of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html">C1DocumentFormatEnum</a></h4>
      <section><p>Specifies the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> persistence format.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.C1HyperlinkStateEnum.html">C1HyperlinkStateEnum</a></h4>
      <section><p>Represents the state of a <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.CellSplitBehaviorEnum.html">CellSplitBehaviorEnum</a></h4>
      <section><p>Enumerates the possible handling of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a> cell's content
when the cell is split between pages.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.CheckMarkStyleEnum.html">CheckMarkStyleEnum</a></h4>
      <section><p>Describes the type of mark which is used in the ScalableCheckBox
and RenderInputCheckBoxOptions.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DataBindingModeEnum.html">DataBindingModeEnum</a></h4>
      <section><p>Flags defining data binding mode.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentCreationMode.html">DocumentCreationMode</a></h4>
      <section><p>Defines the generation mode of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.DocumentInfoFields.html">DocumentInfoFields</a></h4>
      <section><p>Enumerates the fields stored by the <a class="xref" href="C1.C1Preview.DocumentInfo.html">DocumentInfo</a> class.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.EmbeddedFontsGlyphsBuildMode.html">EmbeddedFontsGlyphsBuildMode</a></h4>
      <section><p>Defines methods used to create lists of glyphs in an <a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.EventCollectionChangeTypeEnum.html">EventCollectionChangeTypeEnum</a></h4>
      <section><p>Describes the type of a change to a collection.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.FlowAlignEnum.html">FlowAlignEnum</a></h4>
      <section><p>Specifies the alignment within their container of objects in the block flow
(see <a class="xref" href="C1.C1Preview.RenderObject.Stacking.html#C1_C1Preview_RenderObject_Stacking">Stacking</a>).
This is the type of <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a> and <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a>
properties.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.FontHandling.html">FontHandling</a></h4>
      <section><p>Specifies how font embedding and substitution are handled by a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> (see <a class="xref" href="C1.C1Preview.FontProcessingOptions.FontHandling.html#C1_C1Preview_FontProcessingOptions_FontHandling">FontHandling</a> for details).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.FormsKeyActionEnterEnum.html">FormsKeyActionEnterEnum</a></h4>
      <section><p>Specifies an action that is to be performed when the <b>ENTER</b> key is pressed
on a page containing <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>-derived objects,
while the containing <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> is shown
by a supporting viewer (e.g. by <b>C1.Win.C1Preview.C1PrintPreviewControl</b>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.FormsKeyActionTabEnum.html">FormsKeyActionTabEnum</a></h4>
      <section><p>Specifies an action that is to be performed when the <b>TAB</b> key is pressed
on a page containing <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>-derived objects,
while the containing <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> is shown
by a supporting viewer (e.g. by <b>C1.Win.C1Preview.C1PrintPreviewControl</b>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.FormsStyleEnum.html">FormsStyleEnum</a></h4>
      <section><p>Specifies the look and feel of input controls displayed by render objects
derived from <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>.
The <a class="xref" href="C1.C1Preview.C1PrintDocument.FormsStyle.html#C1_C1Preview_C1PrintDocument_FormsStyle">FormsStyle</a> property returns a member of this enumeration.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.GenerateErrorEnum.html">GenerateErrorEnum</a></h4>
      <section><p>Represents types of errors that can occur during document generation.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ImageAlignHorzEnum.html">ImageAlignHorzEnum</a></h4>
      <section><p>Specifies the horizontal alignment of foreground and background images.</p>
<p>This is the type of <a class="xref" href="C1.C1Preview.ImageAlign.AlignHorz.html#C1_C1Preview_ImageAlign_AlignHorz">AlignHorz</a> property
on <a class="xref" href="C1.C1Preview.Style.ImageAlign.html#C1_C1Preview_Style_ImageAlign">ImageAlign</a> and <a class="xref" href="C1.C1Preview.Style.BackgroundImageAlign.html#C1_C1Preview_Style_BackgroundImageAlign">BackgroundImageAlign</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ImageAlignVertEnum.html">ImageAlignVertEnum</a></h4>
      <section><p>Specifies the vertical alignment of foreground and background images.</p>
<p>This is the type of <a class="xref" href="C1.C1Preview.ImageAlign.AlignVert.html#C1_C1Preview_ImageAlign_AlignVert">AlignVert</a> property
on <a class="xref" href="C1.C1Preview.Style.ImageAlign.html#C1_C1Preview_Style_ImageAlign">ImageAlign</a> and <a class="xref" href="C1.C1Preview.Style.BackgroundImageAlign.html#C1_C1Preview_Style_BackgroundImageAlign">BackgroundImageAlign</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.MeasurementDeviceEnum.html">MeasurementDeviceEnum</a></h4>
      <section><p>Defines the device (printer or screen) used to measure the elements of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.NestedOutlinesMode.html">NestedOutlinesMode</a></h4>
      <section><p>Specifies how outlines of a document or report associated with a multi-document item
are treated when the outline tree for the whole multi-document is prepared.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.OutputRangeTypeEnum.html">OutputRangeTypeEnum</a></h4>
      <section><p>Specifies the type of an <a class="xref" href="C1.C1Preview.OutputRange.html">OutputRange</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageBreakBehaviorEnum.html">PageBreakBehaviorEnum</a></h4>
      <section><p>Enumerates page break options available for elements of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageDirectionEnum.html">PageDirectionEnum</a></h4>
      <section><p>Describes the direction in which the new page should be started.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageJumpTypeEnum.html">PageJumpTypeEnum</a></h4>
      <section><p>Describes the supported modes of moving between pages in a viewer.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageLayoutKindEnum.html">PageLayoutKindEnum</a></h4>
      <section><p>Identifies the set of pages to which a page layout is applied in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageNumberingChangeModeEnum.html">PageNumberingChangeModeEnum</a></h4>
      <section><p>Describes the type of a page numbering change in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageScalingEnum.html">PageScalingEnum</a></h4>
      <section><p>Specifies the way pages are scaled during printing.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ReferenceEnum.html">ReferenceEnum</a></h4>
      <section><pre><code>&lt;p&gt;For internal use.&lt;/p&gt;
</code></pre>
<p>Specifies a referenced object in an expression in a <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.RefreshModeEnum.html">RefreshModeEnum</a></h4>
      <section><p>Describes the data and expressions refresh mode during document generation.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.SplitBehaviorEnum.html">SplitBehaviorEnum</a></h4>
      <section><p>Defines the splitting behavior of a render object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.StackingRulesEnum.html">StackingRulesEnum</a></h4>
      <section><p>Defines the stacking rules: block or inline flow,
top to bottom or left to right for block flow.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.StorageType.html">StorageType</a></h4>
      <section><p>Specifies the type of temporary storage used by <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.StretchColumnEnum.html">StretchColumnEnum</a></h4>
      <section><p>Describes how the width of a column in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>
can be adjusted if required by adjustments to the width of the
containing table.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.StretchRowEnum.html">StretchRowEnum</a></h4>
      <section><p>Describes how the height of a row in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>
can be adjusted if required by adjustments to the height of the
containing table.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.StretchTableEnum.html">StretchTableEnum</a></h4>
      <section><p>Enumerates the modes of stretching the rows or columns of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>
when filling an empty space below or on the right of the table.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TabAlignmentEnum.html">TabAlignmentEnum</a></h4>
      <section><p>Specifies the text alignment on a tab position.
See <a class="xref" href="C1.C1Preview.RenderTextBase.TabPositions.html#C1_C1Preview_RenderTextBase_TabPositions">TabPositions</a> for details.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableFooterEnum.html">TableFooterEnum</a></h4>
      <section><p>Flags specifying how a table footer is repeated in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.
This is the type of <a class="xref" href="C1.C1Preview.TableVectorGroup.Footer.html#C1_C1Preview_TableVectorGroup_Footer">Footer</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableHeaderEnum.html">TableHeaderEnum</a></h4>
      <section><p>Flags specifying how a table header is repeated in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.
This is the type of <a class="xref" href="C1.C1Preview.TableVectorGroup.Header.html#C1_C1Preview_TableVectorGroup_Header">Header</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TableSizingModeEnum.html">TableSizingModeEnum</a></h4>
      <section><p>Enumerates the sizing modes of a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TagListInputParamsTypeEnum.html">TagListInputParamsTypeEnum</a></h4>
      <section><p>Specifies the type of list for <a class="xref" href="C1.C1Preview.TagListInputParams.html">TagListInputParams</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.TextPositionEnum.html">TextPositionEnum</a></h4>
      <section><p>Specifies the subscript and superscript properties of text.</p>
<p>This is the type of <a class="xref" href="C1.C1Preview.Style.TextPosition.html#C1_C1Preview_Style_TextPosition">TextPosition</a> property.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.ThreeStateEnum.html">ThreeStateEnum</a></h4>
      <section><p>Defines a value which can be in one of three states: <b>undefined</b>, <b>true</b> or <b>false</b>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UnicodeRangeEnum.html">UnicodeRangeEnum</a></h4>
      <section><p>Defines the available unicode ranges.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a></h4>
      <section><p>Enumerates units of measurement used in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>,
used by <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> and related types.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.UserActionEnum.html">UserActionEnum</a></h4>
      <section><p>Specifies an end user action on a control produced by a
<a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>-derived object
when the containing <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> is shown
by a supporting viewer (e.g. by <b>C1.Win.C1Preview.C1PrintPreviewControl</b>).</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.VisibilityEnum.html">VisibilityEnum</a></h4>
      <section><p>Specifies the visibility of an object.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.WordWrapMode.html">WordWrapMode</a></h4>
      <section><p>Specifies how to break words when lines of text wrap.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="C1.C1Preview.AdjustPrintPageEventHandler.html">AdjustPrintPageEventHandler</a></h4>
      <section><p>Represents a method that can handle a <a class="xref" href="C1.C1Preview.C1PrintManager.AdjustPrintPage.html">AdjustPrintPage</a> event.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.EventCollectionChangeEventHandler.html">EventCollectionChangeEventHandler</a></h4>
      <section><p>Represents the method that will handler an event occuring when
collection changing.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.InputValueChangedEventHandler.html">InputValueChangedEventHandler</a></h4>
      <section><p>Represents a method that can handle the <a class="xref" href="C1.C1Preview.C1PrintDocument.InputValueChanged.html">InputValueChanged</a> event.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.LongOperationEventHandler.html">LongOperationEventHandler</a></h4>
      <section><p>Represents a method that can handle a long operation event.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.MultiDocumentItemEventHandler.html">MultiDocumentItemEventHandler</a></h4>
      <section><p>Represents a method that can handle item-related <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a> events such as
<a class="xref" href="C1.C1Preview.C1MultiDocument.ItemGenerated.html">ItemGenerated</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.MultiDocumentItemLoadedEventHandler.html">MultiDocumentItemLoadedEventHandler</a></h4>
      <section><p>Represents a method that can handle ItemLoaded event of <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageConfigureEventHandler.html">PageConfigureEventHandler</a></h4>
      <section><p>Represents a method that can handle the <a class="xref" href="C1.C1Preview.C1PrintDocument.PageConfigure.html">PageConfigure</a> event.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PageEventHandler.html">PageEventHandler</a></h4>
      <section><p>Represents a method that can handle page-related events such as
<a class="xref" href="C1.C1Preview.C1PrintDocument.PageAdded.html">PageAdded</a>, <a class="xref" href="C1.C1Preview.C1PrintDocument.PageUpdated.html">PageUpdated</a>,
<a class="xref" href="C1.C1Preview.C1PrintDocument.PageChanged.html">PageChanged</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.PageDeleted.html">PageDeleted</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PagesEventHandler.html">PagesEventHandler</a></h4>
      <section><p>Represents a method that can handle page-related events of a <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a> such as
<a class="xref" href="C1.C1Preview.C1MultiDocument.PagesAdded.html">PagesAdded</a> and <a class="xref" href="C1.C1Preview.C1MultiDocument.PagesChanged.html">PagesChanged</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Preview.PrintQueryPageSettingsEventHandler.html">PrintQueryPageSettingsEventHandler</a></h4>
      <section><p>Represents a method that can handle a <a class="xref" href="C1.C1Preview.C1PrintManager.QueryPageSettings.html">QueryPageSettings</a> event.</p>
</section>


</div>
