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#
[ToolboxBitmapAttribute(typeof(C1MultiDocument), "C1MultiDocument.png")]
[DesignerAttribute(typeof(C1MultiDocumentDesigner))]
[LicenseProviderAttribute]
public class C1MultiDocument : Component, 
	IC1Document
Visual Basic
<ToolboxBitmapAttribute(GetType(C1MultiDocument), "C1MultiDocument.png")> _
<DesignerAttribute(GetType(C1MultiDocumentDesigner))> _
<LicenseProviderAttribute> _
Public Class C1MultiDocument _
	Inherits Component _
	Implements IC1Document

Inheritance Hierarchy

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

See Also