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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DesignerAttribute(typeof(C1MultiDocumentDesigner))]
[LicenseProviderAttribute]
[ToolboxBitmapAttribute(typeof(C1MultiDocument), "C1MultiDocument.png")]
public class C1MultiDocument : Component
Visual Basic
<DesignerAttribute(GetType(C1MultiDocumentDesigner))> _
<LicenseProviderAttribute> _
<ToolboxBitmapAttribute(GetType(C1MultiDocument), "C1MultiDocument.png")> _
Public Class C1MultiDocument _
	Inherits Component

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      C1.C1Preview..::..C1MultiDocument

See Also