The C1MultiDocument type exposes the following members.

Methods

  Name Description
Public method Clear
Clears the current C1MultiDocument.
Public method ClearGeneratedPages
Clears the pages and other info created during document generation. This method does not clear the document structure/content though.
Protected method Dispose
Overridden. Disposes the current object.
(Overrides Component..::..Dispose(Boolean).)
Public method Export(String)
Exports the current multi-document to a disk file.
Public method Export(Stream, ExportProvider)
Exports the current multi-document to a stream.
Public method Export(String, Boolean)
Exports the current multi-document to a disk file.
Public method Export(Stream, ExportProvider, Boolean)
Exports the current multi-document to a stream.
Public method Export(String, OutputRange, Boolean)
Exports the current multi-document to a disk file.
Public method Export(Stream, ExportProvider, OutputRange, Boolean)
Exports the current multi-document to a stream.
Public method Export(String, ExportProvider, OutputRange, Boolean)
Exports the current multi-document to a disk file.
Public method FindAnchor
For internal use only.
Public method Generate
Generates the current C1MultiDocument.
Public method GetPageHyperlinks
Public method GetPageInfo
Retrieves extended information about a page with the specified index.
Public method GetPageSettings
Public method GetResolvedPage
Public method Load(Stream)
Loads the current document from a stream.
Public method Load(String)
Loads the current document from a file.
Public method MakeOutlines
Builds the outline tree for the current multi-document, merging the multi-document's own outlines (Outlines) and outline trees of documents and reports contained within the multi-document.

For details, see the remarks section of the property.

Protected method OnBusyStateChanged
Protected method OnDocumentEnded
Protected method OnDocumentStarting
Protected method OnItemAdded
Protected method OnItemAdding
Protected method OnItemGenerated
Protected method OnItemGenerating
Protected method OnItemLoaded
Protected method OnItemRemoved
Protected method OnItemRemoving
Protected method OnItemsClear
Protected method OnItemsClearing
Protected method OnLongOperation
Protected method OnPagesAdded
Protected method OnPagesChanged
Protected method OnPagesClear
Public method PageAsMetafile(Int32)
Gets a Metafile representing the specified page.
Public method PageAsMetafile(Int32, Boolean, SmoothingMode)
Gets a Metafile that represents the specified page.
Public method Print()()()()
Prints the current document with default printer settings, not showing the print progress dialog.
Public method Print(PrinterSettings)
Prints the current document with specified printer settings, not showing the print progress dialog.
Public method Print(PrinterSettings, OutputRange)
Prints a range of pages within the current document with specified printer settings, not showing the print progress dialog.
Public method Print(PrinterSettings, Boolean)
Prints the current document with specified printer settings, optionally showing the print progress dialog.
Public method Print(PrinterSettings, OutputRange, Boolean)
Prints a range of pages within the current document with specified printer settings, optionally showing the print progress dialog.
Public method Print(PrinterSettings, PageSettings, OutputRange)
Prints a range of pages within the current document with specified printer and default page settings, not showing the print progress dialog.
Public method Print(PrinterSettings, PageSettings, Boolean)
Prints the current document with specified printer and default page settings, optionally showing the print progress dialog.
Public method Print(PrinterSettings, PageSettings, OutputRange, Boolean)
Prints a range of pages within the current document with specified printer and default page settings, optionally showing the print progress dialog.
Public method PrintDialog()()()()
Shows the standard print dialog, allowing the user to print the current document.
Public method PrintDialog(PrinterSettings, array<Int32>[]()[][], Boolean)
Shows the standard print dialog, allowing the user to print the current document.
Public method Save(Stream)
Saves the current document to a stream.
Public method Save(String)
Saves the current document to a disk file.
Public method SetStorage(StorageType)
Sets the temporary storage type used by the current multi-document. Note that document items are actually moved from old storage to new by this method.
Public method SetStorage(StorageType, String)
Sets the temporary storage type used by the current multi-document. Note that document items are actually moved from old storage to new by this method.

Explicit Interface Implementations

See Also