PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace
Inheritance Hierarchy
In This Topic
    C1.C1Preview Namespace (C1.PrintDocument.4.5.2)
    In This Topic
    Classes
     ClassDescription
    ClassThe 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 RenderInputBase object.
    ClassThe abstract base class for action handlers performing a file operation such as save or open.
    ClassRepresents an action handler that loads a document (in C1DX or C1D formats) from a disk file.
    ClassRepresents an action handler that saves or exports a document to a disk file.
    ClassRepresents an ActionHandlerBase that switches to the next history entry in the current viewer control.
    ClassRepresents an ActionHandlerBase that switches to the previous history entry in the current viewer control.
    ClassDescribes an ActionHandlerBase that executes a hyperlink jump. The target of the jump is specified by the instance of C1LinkTarget that is assigned to the LinkTarget property.
    ClassRepresents an ActionHandlerBase that displays the page setup dialog allowing the end user to change the page properties of the current C1PrintDocument.
    ClassRepresents an ActionHandlerBase that changes the document view in the current viewer control.
    ClassRepresents an ActionHandlerBase that prints the current C1PrintDocument.
    ClassRepresents an ActionHandlerBase that reflows the current C1PrintDocument.
    ClassDescribes arguments for the C1PrintManager.AdjustPrintPage event, fired from within C1PrintManager's System.Drawing.Printing.PrintDocument.PrintPage 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, Handled should be set to true by the event handler).
    ClassRepresents the geometric properties of an arc. Used by RenderArc class.
    Class 
    ClassSpecifies the options affecting the size of a barcode, such as the width of narrow bars, narrow to wide bars' ratio etc.
    ClassRepresents an anchor within a document. One or more anchors can be associated with a RenderObject via the RenderObject.Anchors property on the object. An anchor (and thus the render object associated with it) can be the target of a C1Hyperlink if that hyperlink's C1Hyperlink.LinkTarget is a C1LinkTargetAnchor and that anchor's C1LinkTargetAnchor.AnchorName is set to that anchor's Name.
    ClassRepresents a collection of C1Anchor objects.
    ClassHelper class containing additional information about a C1Anchor within a document.
    ClassDescribes a collection of C1AnchorInfo objects.
    ClassRepresents an anchor within a text object (a RenderText, a RenderParagraph or a RenderRichText). Based on C1Anchor, adds the ability to reference a specific position within the text (see Position).
    ClassRepresents a hyperlink in a document. A hyperlink may be assigned to a RenderObject's RenderObject.Hyperlink, or a ParagraphObject's ParagraphObject.Hyperlink property. In that case clicking on that object in a viewer will jump to the hyperlink's LinkTarget.
    ClassRepresents the visual attributes of a hyperlink in a certain state.
    ClassHelper class containing additional information about a C1Hyperlink (the list of pages and areas on those pages where that hyperlink occurs).
    ClassDescribes the position of a hyperlink on a page.
    ClassCollection of Area objects.
    ClassDescribes a collection of C1HyperlinkInfo objects.
    ClassRepresents the visual attributes of a text hyperlink in a certain state.
    ClassDescribes the target of a C1Hyperlink. This is an abstract base class for the following derived classes: C1LinkTargetDocumentLocation, C1LinkTargetPage, C1LinkTargetAnchor, C1LinkTargetExternalAnchor, C1LinkTargetFile, C1LinkTargetUser.
    ClassDescribes a C1LinkTarget pointing to a C1Anchor within the current document.
    ClassDescribes a C1LinkTarget pointing to an object within the current document that supports the IDocumentLocation interface. Types supporting that interface include RenderObject, ParagraphObject, C1Page, and table elements (rows, columns, etc.).
    ClassDescribes a C1LinkTarget pointing to a C1Anchor in a different C1PrintDocument object.
    ClassDescribes a C1LinkTarget pointing to an external document, file or URL. The hyperlink jump is performed using the ShellExecute OS shell API, so the result depends on the operating system and installed programs.
    ClassDescribes a C1LinkTarget pointing to another page in the current document.
    ClassDescribes a C1LinkTarget determined by a user event handler. When using C1.Win.C1Preview.C1PreviewPane, attach a handler of the type C1.Win.C1Preview.HyperlinkEventHandler to the C1PreviewPane's UserHyperlinkJump event. That event will be fired when a hyperlink with the link target of this type is clicked.
    ClassRepresents 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.
    ClassRepresents an item (individual document or report) in a C1MultiDocument.
    ClassRepresents a collection of C1MultiDocumentItem objects.
    ClassRepresents a generated page of a C1PrintDocument.
    ClassRepresents a collection of C1Page objects in a C1PrintDocument.
    ClassRepresents the page settings of a C1PrintDocument.
    ClassRepresents a ComponentOne Document. Represents a document that can be previewed, printed or exported to an external format.
    ClassProvides printing services.
    ClassDescribes options controlling how a document's content is to be printed (or previewed).
    ClassDefines the compatibility options for C1PrintDocument. Contains properties specifying compatibility with previous versions of C1PrintDocument.
    ClassRepresents a dictionary within a C1PrintDocument. 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 DictionaryItem (e.g. DictionaryImage or DictionaryIcon).
    ClassRepresents an Icon stored in a Dictionary.
    ClassRepresents an Image stored in a Dictionary.
    ClassThe base class for types of objects that can be inserted in a C1PrintDocument's Dictionary. Derived classes include DictionaryImage and DictionaryIcon.
    ClassRepresents the body of a C1PrintDocument. The body is the main part of a document presenting visible content, and can be accessed via the C1PrintDocument.Body property on the document. (The only other parts presenting visible document content are page headers and footers.)
    ClassDescribes a font used in a C1PrintDocument (see also C1PrintDocument.FontHandling).
    ClassRepresents the collection of DocumentFont objects describing fonts used in a C1PrintDocument.

    See C1PrintDocument.FontHandling for details on when and how this collection is populated.

    ClassRepresents general information about a C1PrintDocument, such as author, subject, creation date and time, and so on. Can be accessed via the C1PrintDocument.DocumentInfo property on a document.
    ClassRepresents a position within a generated document as a combination of the page index and the area on that page.
    ClassRepresents the standard page layouts used in a C1PrintDocument (such as the default page layout, page layout used for first and last pages, and so on).
    ClassRepresents the geometric properties of a pie. Used by RenderPie class.
    Class 
    Class 
    ClassContains data describing an outline entry extracted from a metafile comment record or compatible (using the "%PDFHdr|" prefix).
    ClassRepresents an OwnedCollection that fires events when changing.
    ClassContains data about EventCollection change events.
    ClassSpecifies font processing options for a C1PrintDocument.
    ClassRepresents a GDI device context.
    ClassRepresents an entry in a word index of a C1PrintDocument. Top-level entries of a RenderIndex (represented by instances of this class) are contained in the RenderIndex.Entries collection on the index object. Nested entries are contained in the parent entry's Children The current entry's occurrences in the document are represented by instances of the IndexEntryOccurrence class, and are contained in the Occurrences collection of the entry.
    ClassRepresents a collection of IndexEntry objects. The RenderIndex.Entries property on the RenderIndex class, and the Children property on the IndexEntry class store collections of this type.
    ClassRepresents a single occurrence of an IndexEntry in the document. Elements of this type are contained in the Occurrences collection of an IndexEntry.

    The main functional property of this class is Target, of the type C1LinkTarget, which points to the location of the occurrence in the document.

    ClassRepresents a collection of Styles used to render IndexEntry objects at different nesting levels of a RenderIndex. 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.
    ClassDescribes the combination of a user action on a control produced by a RenderInputBase-derived object, and the associated handling.
    ClassRepresents a collection of InputAction objects.
    ClassProvides data for the C1PrintDocument.InputValueChanged event.
    ClassThe base type for classes describing layout-releated changes that are applied to a C1PrintDocument before or after a RenderObject if assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object.

    Derived classes include LayoutChangeNewPage, LayoutChangeNewColumn, LayoutChangeNewLine and LayoutChangeNoBreak.

    ClassDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, a column break is inserted before of after that object, and layout changes described by the instance are applied.
    ClassDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, and the current RenderObject.Stacking is StackingRulesEnum.InlineLeftToRight, a line break is inserted before of after that object, and layout changes described by the instance are applied.
    ClassDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter 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.
    ClassDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter 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).
    ClassContains predefined LengthAbs values.
    ClassContains and provides access to a number of commonly used predefined LengthRef objects.
    ClassRepresents a set of attributes used to draw lines. This class is immutable.
    ClassRepresents the geometric properties of a RenderLine object.
    ClassThe abstract base class representing the geometric properties of a line shape. Used by RenderLineBase and derived classes.
    ClassProvides data for item-related C1MultiDocument events such as C1MultiDocument.ItemGenerated.
    ClassProvides data for the C1MultiDocument.ItemLoaded event.
    ClassRepresents an OwnedCollection of uniquely-named elements.
    ClassRepresents an element of a NamedCollection.
    ClassRepresents an outline node within a C1PrintDocument.
    ClassRepresents a collection of OutlineNode elements.
    ClassDescribes a part of the document (pages or objects) that is to be exported or printed. Note: all page numbers are 1-based.
    ClassDescribes a collection with an owner. Base class for RenderObjectCollection and ParagraphObjectCollection. Additional to OwnedCollectionBase updates Owner property of items if they supports IOwnedCollectionItem interface.
    ClassRepresents a collection with an owner object. Notifies the owner of interesting events on the collection if the owner supports the ICollectionOwner interface.
    ClassDescribes a C1.C1Preview.Util.FastList with an owner. Base class for C1PageCollection. Additional to OwnedFastListBase updates Owner property of items if they supports IOwnedCollectionItem interface.
    ClassRepresents C1.C1Preview.Util.FastList with owner object. Notifies the owner of interesting events on the collection if the owner supports the ICollectionOwner interface.
    ClassRepresents the properties of a page column.
    ClassRepresents a collection of PageColumnDef objects.
    ClassProvides data for the C1PrintDocument.PageConfigure event.
    ClassProvides data for page-related events such as C1PrintDocument.PageAdded, C1PrintDocument.PageUpdated, C1PrintDocument.PageChanged and C1PrintDocument.PageDeleted.
    ClassRepresents the page layout of a C1PrintDocument.
    ClassRepresents an absolute or relative page numbering change in C1PrintDocument or C1MultiDocument.
    ClassProvides properties that allow to retrieve information about a resolved C1Page, 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 C1PrintDocument.ResolvedUnit.
    ClassProvides data for page-related events such as C1MultiDocument.PagesAdded and C1MultiDocument.PagesChanged.
    ClassRepresents an inline image in the RenderParagraph.Content of a RenderParagraph.
    ClassThe abstract base class for inline text and images, rendered using a single style, in the RenderParagraph.Content of a RenderParagraph object.
    ClassRepresents a collection of ParagraphObject objects that is the RenderParagraph.Content of a RenderParagraph.
    ClassRepresents a run of text, rendered using a single style, in the RenderParagraph.Content of a RenderParagraph.
    ClassRepresents the geometric properties of a RenderPolygon object.
    ClassRepresents 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 RenderRectangle and derived classes.
    ClassRepresents an arc of an ellipse in a C1PrintDocument.
    ClassRepresents a general-purpose container for other RenderObject objects.
    ClassRepresents a fragment of a RenderArea in the generated document.
    ClassRepresents a barcode in a C1PrintDocument.
    ClassRepresents a barcode in a C1PrintDocument.
    ClassRepresents a fragment of a RenderBarCode object.
    ClassRepresents a fragment of a RenderBarCode object.
    ClassRepresents an external object that can be seamlessly rendered in a C1PrintDocument. See remarks for details.
    ClassRepresents a fragment of a RenderC1Printable.
    ClassRepresents an ellipse in a C1PrintDocument.
    ClassRepresents an empty RenderObject. Provides a convenient placeholder for things like page breaks and so on, where no content needs to be rendered.
    ClassRepresents a fragment of a RenderEmpty in a resolved C1PrintDocument.
    ClassRepresents a fragment of a RenderObject in a resolved C1PrintDocument.
    ClassRepresents a collection of fragments (RenderFragment) of a RenderObject. All elements of this collection are sorted by RenderObject.ZOrder of the render object to perform drawing and searching.
    ClassRepresents a drawing on a .NET System.Drawing.Graphics object in a C1PrintDocument.
    ClassRepresents a fragment of a RenderGraphics in a resolved C1PrintDocument.
    ClassRepresents an image in a C1PrintDocument. Can also be used to show an image of a System.Windows.Forms.Control.
    ClassRepresents a fragment of a RenderImage in a resolved C1PrintDocument.
    ClassRepresents an alphabetical, optionally multi-level, word index in a C1PrintDocument.
    ClassThe abstract base class for all Preview Forms input controls. Derived types represent active UI elements embedded in a C1PrintDocument when that document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl).
    ClassRepresents a Preview Forms pushbutton in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active pushbutton control.
    ClassThe abstract base class for button-like input controls (button, check box, radio button).
    ClassRepresents a checkbox.
    ClassRepresents a Preview Forms combobox (a textbox with an attached dropdown) in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active combobox control.
    ClassRepresents an item in the RenderInputComboBox.Items collection of a RenderInputComboBox.
    ClassRepresents a collection of RenderInputComboBoxItem objects.
    ClassRepresents a fragment of a RenderInputBase object.
    ClassRepresents a Preview Forms radio button in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active radio button control.
    ClassRepresents a Preview Forms textbox in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active textbox control.
    ClassRepresents a line shape in a C1PrintDocument.
    ClassThe abstract base class for classes representing line-based shapes (lines and polygons) in a C1PrintDocument.
    ClassRepresents a fragment of a RenderLineBase in a resolved C1PrintDocument.
    ClassThe abstract base class for all render objects representing content of a C1PrintDocument.
    ClassRepresents the collection of RenderObject objects. Represents a collection of RenderObject objects. Used to store objects in the C1PrintDocument.Body of a C1PrintDocument (see DocumentBody.Children), and child objects contained in another RenderObject (see RenderObject.Children).
    ClassRepresents a simple List of RenderObject objects. This list is used to store copies of an object produced by data binding.
    ClassRepresents a paragraph in a C1PrintDocument. Paragraphs can contain inline text and images, possibly rendered using different styles. The content of a paragraph is accessible via the Content property.
    ClassRepresents a fragment of a RenderParagraph in a resolved C1PrintDocument.
    ClassRepresents 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 C1PrintDocument.
    ClassRepresents an open or closed polygon shape in a C1PrintDocument.
    ClassRepresents a rectangle in a C1PrintDocument. This is also the base class for RenderEllipse and RenderRoundRectangle classes.
    ClassRepresents a fragment of a RenderRectangle in a resolved C1PrintDocument.
    ClassRepresents an RTF text in a C1PrintDocument.
    ClassRepresents a fragment of a RenderRichText in a resolved C1PrintDocument.
    ClassRepresents a rectangle with rounded corners in a C1PrintDocument.
    ClassRepresents a fragment of a RenderRoundRectangle in a resolved C1PrintDocument.
    ClassThe abstract base class for classes representing geometric shapes (lines, polygons and so on) in a C1PrintDocument.
    ClassRepresents a fragment of a RenderShapeBase in a resolved C1PrintDocument.
    ClassRepresents a table in a C1PrintDocument.
    ClassRepresents a fragment of a RenderTable in a resolved C1PrintDocument.
    ClassRepresents a run of text in a C1PrintDocument. Text is drawn using a single style (see RenderParagraph for multi-style text).
    ClassThe abstract base class for render object types representing text (RenderText and RenderParagraph) in a C1PrintDocument.
    ClassRepresents a fragment of a RenderText in a resolved C1PrintDocument.
    ClassThe abstract base class for RenderTextFragment and RenderParagraphFragment.
    ClassRepresents a table of contents (TOC) in a C1PrintDocument. Individual TOC entries are represented by RenderTocItem objects. This object may also contain other types of render objects (this may be used e.g. to show a TOC header).
    ClassRepresents a single entry in the table of contents (TOC; RenderToc) in a C1PrintDocument.
    ClassRepresents a fragment of a RenderTocItem in a resolved C1PrintDocument.
    ClassRepresents a paragraph of vertical text in a C1PrintDocument. Paragraphs can contain inline text and images, possibly rendered using different styles. The content of a paragraph is accessible via the Content property.

    Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner, vertically from right to left.

    ClassRepresents a fragment of a RenderParagraph in a resolved C1PrintDocument.
    ClassRepresents a run of vertical text in a C1PrintDocument.

    Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner, vertically from right to left.

    Text is drawn using a single style (see RenderVerticalParagraph for multi-style text).

    ClassRepresents a fragment of a RenderVerticalText in a resolved C1PrintDocument.
    ClassRepresents the geometric properties of a rectangle with rounded corners. Used by the RenderRoundRectangle class.
    ClassFor internal use.
    ClassThe abstract base class representing the geometric properties of a shape. Used by RenderShapeBase and derived classes.
    ClassRepresents the style of an object.
    ClassRepresents a collection of Style objects. This is the type of the Style.Children collection on a Style.
    ClassRepresents operating system related information in a C1PrintDocument.
    ClassRepresents a read-only collection of system tags (objects derived from TagSys).
    ClassRepresents a cell in a RenderTable.
    ClassRepresents a collection of RenderTable cells (objects of the type TableCell). A collection of this type is returned by the RenderTable.Cells property of a table.
    ClassRepresents a column of a RenderTable.
    ClassRepresents a collection of columns (objects of the TableCol type) in a RenderTable.
    ClassRepresents a row of a RenderTable.
    ClassRepresents a collection of rows (objects of the TableRow type) in a RenderTable.
    ClassThe abstract base class for rows and columns of a RenderTable.
    ClassThe abstract base class representing a collection of TableVector objects. This is the base class for collections of table rows and columns, accessible as RenderTable.Rows and RenderTable.Cols on a RenderTable.
    ClassRepresents a group of RenderTable rows or columns (see RenderTable.RowGroups and RenderTable.ColGroups).
    ClassRepresents a collection of row or column groups in a RenderTable. This is the type of RenderTable.RowGroups and RenderTable.ColGroups collections.
    ClassRepresents a tab stop in a text in a C1PrintDocument. To set a tab stop, add it to the RenderTextBase.TabPositions collection on the text or paragraph.
    ClassRepresents a collection of TabPosition objects. This is the type of RenderTextBase.TabPositions property.
    ClassRepresents a user-defined tag.
    ClassThe abstract base class for system (TagSys) and user defined (Tag) tags.
    ClassRepresents customization parameters for input of Booleand tag values.
    ClassRepresents a collection of Tag objects.
    ClassRepresents customization parameters for input of System.DateTime tag values.
    ClassRepresents a system tag returning the date and time when the document was last generated.
    ClassRepresents a system tag that is replaced by the page number of a hyperlink target.
    ClassThe abstract base class for specialized classes used by the tag input dialog to customize input of individual tags.
    ClassRepresents a system tag returning the file name last used to save or load the document.
    ClassRepresents a system tag returning the name of the printer last used to print the document.
    ClassRepresents customization parameters for input of tag values that can be selected from a list.
    ClassRepresents a list item for TagListInputParams.
    ClassRepresents a collection of list items for TagListInputParams.
    ClassRepresents customization parameters for input of numeric tag values.
    ClassThe abstract base class for system tags that evaluate to a page number or count.
    ClassRepresents the total page count system tag.
    ClassRepresents the current page number system tag.
    ClassRepresents the current horizontal page number system tag.
    ClassRepresents the horizontal page count system tag.
    ClassRepresents the current vertical page number system tag.
    ClassRepresents the vertical page count system tag.
    ClassRepresents a system tag returning the date and time when the document was last printed.
    ClassRepresents customization parameters for input of string tag values.
    ClassThe abstract base class for system defined tags such as TagPageNo and TagPageCount.
    ClassThe abstract base class for system tags that return data from C1PrintDocument.UsageInfo.
    ClassRepresents information related to usage of a C1PrintDocument, such as the date and time when the document was last generated or printed.
    ClassRepresents a (possibly sparse) user-defined group of cells (objects of type TableCell) in a RenderTable.
    ClassRepresents a collection of UserCellGroup objects. This is the type of the RenderTable.UserCellGroups property of a RenderTable.
    ClassContains common functions. Contains common functions. Contains common functions.
    ClassRepresents information about a potentially erroneous or conflicting situation that occurred during generation of a C1PrintDocument.
    ClassRepresents a collection of Warning objects. This is the type of the C1PrintDocument.Warnings property on a C1PrintDocument.
    ClassA 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.
    Interfaces
     InterfaceDescription
    InterfaceIf an object implements this interface, it can be seamlessly rendered in a C1PrintDocument via a RenderC1Printable.
    InterfaceDescribes a location within a C1PrintDocument (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 C1PrintDocument.ResolvedUnit property. Classes that implement this interface are C1Page, RenderObject and C1Anchor.
    InterfaceDefines a class that can expose a Style property (of the type Style).
    Structures
     StructureDescription
    StructureA structure defining the four borders around a rectangular area. Each border is represented by a LineDef object.
    StructureA structure defining the grid lines (four borders and two internal lines) used to draw a RenderTable. Each line is represented by a LineDef object.
    StructureRepresents the alignment of an image within its container.
    StructureA structure representing a single referenced object in a LengthRef (if the LengthRef uses a hierarchical reference, each object in the hierarchy of nested objects is represented by an instance of this structure).
    StructureA structure representing four Unit values corresponding to the four sides of a rectangluar area. Used by Style.Padding and Style.Spacing properties.
    StructureStores a set of four double numbers that represent the offsets from the edges of a rectangular area.
    StructureStores a set of four integer numbers that represent the offsets from edges of rectangular area.
    StructureDefines parameters used to generate a metafile representing a C1Page.
    StructureRepresents an ordered pair of double X and Y coordinates that defines a point in a two-dimensional plane.
    StructureStores a set of four double values that represent the location and size of a rectangle.
    StructureRepresents the shadow cast by a RenderObject.
    StructureStores an ordered pair of double values, typically the width and height of a rectangle.
    StructureA structure representing a single coordinate or dimension of an object (e.g. RenderObject.X or RenderObject.Height of a RenderObject) in a C1PrintDocument.
    StructureRepresents a point on a two-dimensional surface, with coordinates specified as Unit values.
    Delegates
     DelegateDescription
    DelegateRepresents a method that can handle a C1PrintManager.AdjustPrintPage event.
    DelegateRepresents the method that will handler an event occuring when collection changing.
    DelegateRepresents a method that can handle the C1PrintDocument.InputValueChanged event.
    DelegateRepresents a method that can handle item-related C1MultiDocument events such as C1MultiDocument.ItemGenerated.
    DelegateRepresents a method that can handle ItemLoaded event of C1MultiDocument.
    DelegateRepresents a method that can handle the C1PrintDocument.PageConfigure event.
    DelegateRepresents a method that can handle page-related events such as C1PrintDocument.PageAdded, C1PrintDocument.PageUpdated, C1PrintDocument.PageChanged and C1PrintDocument.PageDeleted.
    DelegateRepresents a method that can handle page-related events of a C1MultiDocument such as C1MultiDocument.PagesAdded and C1MultiDocument.PagesChanged.
    DelegateRepresents a method that can handle a C1PrintManager.QueryPageSettings event.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the horizontal alignment of text within a containing object. This is the type of Style.TextAlignHorz property.
    EnumerationSpecifies the vertical alignment of text within a containing object. This is the type of Style.TextAlignVert property.
    EnumerationSpecifies the various barcode sizing modes.
    EnumerationSpecifies the direction of the barcode
    EnumerationSpecifies the various modes of accounting for border thickness when laying out the objects in a document.
    EnumerationSpecifies how borders are drawn when the object is split between pages.
    EnumerationDefines the various breaks which can be forced before or after render object.
    EnumerationDescribes the busy state of a C1PrintDocument.
    EnumerationSpecifies the C1PrintDocument persistence format.
    EnumerationRepresents the state of a C1Hyperlink.
    EnumerationEnumerates the possible handling of a RenderTable cell's content when the cell is split between pages.
    EnumerationDescribes the type of mark which is used in the ScalableCheckBox and RenderInputCheckBoxOptions.
    EnumerationFlags defining data binding mode.
    EnumerationDefines the generation mode of a C1PrintDocument.
    EnumerationEnumerates the fields stored by the DocumentInfo class.
    EnumerationDefines methods used to create lists of glyphs in an EmbeddedFont.
    EnumerationDescribes the type of a change to a collection.
    EnumerationSpecifies the alignment within their container of objects in the block flow (see RenderObject.Stacking). This is the type of Style.FlowAlignChildren and Style.FlowAlign properties.
    EnumerationSpecifies how font embedding and substitution are handled by a C1PrintDocument (see FontProcessingOptions.FontHandling for details).
    EnumerationSpecifies an action that is to be performed when the ENTER key is pressed on a page containing RenderInputBase-derived objects, while the containing C1PrintDocument is shown by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
    EnumerationSpecifies an action that is to be performed when the TAB key is pressed on a page containing RenderInputBase-derived objects, while the containing C1PrintDocument is shown by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
    EnumerationSpecifies the look and feel of input controls displayed by render objects derived from RenderInputBase. The C1PrintDocument.FormsStyle property returns a member of this enumeration.
    EnumerationRepresents types of errors that can occur during document generation.
    EnumerationIndicates text alignment.
    EnumerationSpecifies the horizontal alignment of foreground and background images. This is the type of ImageAlign.AlignHorz property on Style.ImageAlign and Style.BackgroundImageAlign.
    EnumerationSpecifies the vertical alignment of foreground and background images. This is the type of ImageAlign.AlignVert property on Style.ImageAlign and Style.BackgroundImageAlign.
    EnumerationDefines the device (printer or screen) used to measure the elements of a C1PrintDocument.
    EnumerationSpecifies 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.
    EnumerationSpecifies the type of an OutputRange.
    EnumerationEnumerates page break options available for elements of a RenderTable.
    EnumerationDescribes the direction in which the new page should be started.
    EnumerationDescribes the supported modes of moving between pages in a viewer.
    EnumerationIdentifies the set of pages to which a page layout is applied in a C1PrintDocument.
    EnumerationDescribes the type of a page numbering change in a C1PrintDocument.
    EnumerationSpecifies the way pages are scaled during printing.
    EnumerationDescribes the data and expressions refresh mode during document generation.
    EnumerationDefines the splitting behavior of a render object.
    EnumerationDefines the stacking rules: block or inline flow, top to bottom or left to right for block flow.
    EnumerationSpecifies the type of temporary storage used by C1MultiDocument.
    EnumerationDescribes how the width of a column in a RenderTable can be adjusted if required by adjustments to the width of the containing table.
    EnumerationDescribes how the height of a row in a RenderTable can be adjusted if required by adjustments to the height of the containing table.
    EnumerationEnumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.
    EnumerationSpecifies the text alignment on a tab position. See RenderTextBase.TabPositions for details.
    EnumerationFlags specifying how a table footer is repeated in a RenderTable. This is the type of TableVectorGroup.Footer.
    EnumerationFlags specifying how a table header is repeated in a RenderTable. This is the type of TableVectorGroup.Header.
    EnumerationEnumerates the sizing modes of a RenderTable.
    EnumerationFor internal use only.
    EnumerationSpecifies the type of list for TagListInputParams.
    EnumerationSpecifies the subscript and superscript properties of text. This is the type of Style.TextPosition property.
    EnumerationDefines a value which can be in one of three states: undefined, true or false.
    EnumerationDefines the available unicode ranges.
    EnumerationEnumerates units of measurement used in a C1PrintDocument, used by Unit and related types.
    EnumerationSpecifies an end user action on a control produced by a RenderInputBase-derived object when the containing C1PrintDocument is shown by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
    EnumerationSpecifies the visibility of an object.
    EnumerationSpecifies how to break words when lines of text wrap.
    See Also