The C1MultiDocument type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Clears the current C1MultiDocument.
|
|
ClearGeneratedPages |
Clears the pages and other info created during document generation.
This method does not clear the document structure/content though.
|
|
Dispose |
Overridden. Disposes the current object.
(Overrides Component..::..Dispose(Boolean).) |
|
Export(String) |
Exports the current multi-document to a disk file.
|
|
Export(Stream, ExportProvider) |
Exports the current multi-document to a stream.
|
|
Export(String, Boolean) |
Exports the current multi-document to a disk file.
|
|
Export(Stream, ExportProvider, Boolean) |
Exports the current multi-document to a stream.
|
|
Export(String, OutputRange, Boolean) |
Exports the current multi-document to a disk file.
|
|
Export(Stream, ExportProvider, OutputRange, Boolean) |
Exports the current multi-document to a stream.
|
|
Export(String, ExportProvider, OutputRange, Boolean) |
Exports the current multi-document to a disk file.
|
|
FindAnchor |
For internal use only.
|
|
Generate |
Generates the current C1MultiDocument.
|
|
GetPageHyperlinks | ||
GetPageInfo |
Retrieves extended information about a page with the specified index.
|
|
GetPageSettings | ||
GetResolvedPage | ||
Load(Stream) |
Loads the current document from a stream.
|
|
Load(String) |
Loads the current document from a file.
|
|
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. |
|
OnBusyStateChanged | ||
OnDocumentEnded | ||
OnDocumentStarting | ||
OnItemAdded | ||
OnItemAdding | ||
OnItemGenerated | ||
OnItemGenerating | ||
OnItemLoaded | ||
OnItemRemoved | ||
OnItemRemoving | ||
OnItemsClear | ||
OnItemsClearing | ||
OnLongOperation | ||
OnPagesAdded | ||
OnPagesChanged | ||
OnPagesClear | ||
PageAsMetafile(Int32) |
Gets a Metafile representing the specified page.
|
|
PageAsMetafile(Int32, Boolean, SmoothingMode) |
Gets a Metafile that represents the specified page.
|
|
Print()()()() |
Prints the current document with default printer settings,
not showing the print progress dialog.
|
|
Print(PrinterSettings) |
Prints the current document with specified printer settings,
not showing the print progress dialog.
|
|
Print(PrinterSettings, OutputRange) |
Prints a range of pages within the current document with specified printer settings,
not showing the print progress dialog.
|
|
Print(PrinterSettings, Boolean) |
Prints the current document with specified printer settings,
optionally showing the print progress dialog.
|
|
Print(PrinterSettings, OutputRange, Boolean) |
Prints a range of pages within the current document with specified printer settings,
optionally showing the print progress dialog.
|
|
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.
|
|
Print(PrinterSettings, PageSettings, Boolean) |
Prints the current document with specified printer and default page settings,
optionally showing the print progress dialog.
|
|
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.
|
|
PrintDialog()()()() |
Shows the standard print dialog, allowing the user to print the current document.
|
|
PrintDialog(PrinterSettings, array<Int32>[]()[][], Boolean) |
Shows the standard print dialog, allowing the user to print the current document.
|
|
Save(Stream) |
Saves the current document to a stream.
|
|
Save(String) |
Saves the current document to a disk file.
|
|
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.
|
|
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
Name | Description | |
---|---|---|
IC1Document..::..FindAnchor | ||
IC1Document..::..GetPageDocumentLocation | ||
IC1Document..::..PageAsMetafile | ||
IC1Document..::..GetPageNo |