Name | Description | |
---|---|---|
C1MultiDocument Constructor | Initializes a new instance of the C1MultiDocument type. |
The following tables list the members exposed by C1MultiDocument.
Name | Description | |
---|---|---|
C1MultiDocument Constructor | Initializes a new instance of the C1MultiDocument type. |
Name | Description | |
---|---|---|
BusyState | Gets the current busy state of the current document. | |
Cancel | Gets or sets a value indicating whether to cancel the generation of the current document. Note that this property is useful only if DoEvents is set to true. | |
Container | (Inherited from System.ComponentModel.Component) | |
DocumentName | Gets or sets the name of the document (used to identify documents in print tasks and so on). | |
DoEvents | Gets or sets a value indicating whether the current C1MultiDocument should handle Windows messages while generating.
The default value is false. | |
EmfType | Gets or sets the type of metafiles created by the current document.
The default is null (the property is not defined at the multi-document level). | |
IsDirty | Gets a value indicating whether the current C1MultiDocument has been changed since it was last generated. | |
IsEmpty | Gets a value indicating whether the current C1MultiDocument is empty, i.e. has no C1MultiDocumentItem objects with data. | |
IsGenerating | Indicates whether the document is currently being generated. | |
Items | Gets the collection of C1MultiDocumentItem objects containing documents included in the current C1MultiDocument. | |
Outlines | Gets the OutlineNodeCollection containing outline nodes specified for the multi-document.
Note that this collection does not include outlines of documents and reports contained within this multi-document. Use the MakeOutlines method to build the complete outline tree for the multi-document. See remarks for more details. | |
PageCount | Gets the total number of pages in the current multi-document. | |
Site | (Inherited from System.ComponentModel.Component) | |
StoragePath | Gets the temporary directory used by the current multi-document if its temporary storage type is StorageType.Disk. | |
StorageType | Gets the temporary storage type used by the current multi-document. | |
UseGdiPlusTextRendering | Gets or sets a value indicating whether text in the current document is rendered using GDI+ text API.
The default is null (the property is not defined at the multi-document level). | |
UserData | Gets or sets arbitrary data associated with the current document. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
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. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Overridden. Disposes the current object. | |
Export | Overloaded. Exports the current multi-document to a disk file. | |
FindAnchor | For internal use only. | |
Generate | Generates the current C1MultiDocument. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetPageInfo | Overloaded. Retrieves extended information about a page with the specified index. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Load | Overloaded. Loads the current document from a stream. | |
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. | |
PageAsMetafile | Overloaded. Gets a System.Drawing.Imaging.Metafile that represents the specified page. | |
Overloaded. Prints the current document with default printer settings, not showing the print progress dialog. | ||
PrintDialog | Overloaded. Shows the standard print dialog, allowing the user to print the current document. | |
Save | Overloaded. Saves the current document to a stream. | |
SetStorage | Overloaded. 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. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
Name | Description | |
---|---|---|
BusyStateChanged | Occurs when the BusyState property value has changed. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
DocumentEnded | Occurs when the document generation has ended. | |
DocumentStarting | Occurs when the document generation is starting. | |
ItemAdded | Occurs when a C1MultiDocumentItem has been added to the current multi-document's Items collection. | |
ItemAdding | Occurs when a C1MultiDocumentItem is about to be added to the current multi-document's Items collection. | |
ItemGenerated | Occurs when the generation of a document associated with a C1MultiDocumentItem has completed. On some systems garbage collection does not always work correctly without explicit calls to GC. Use this event to call GC.Collect() to ensure that multi-document generation does not cause an out of memory exception. | |
ItemGenerating | Occurs when the generation of a document or report associated with a C1MultiDocumentItem is about to start. | |
ItemLoaded | Occurs when a C1MultiDocumentItem has been loaded, parameters (if any) have been prepared, but the report or document represented by the item has not been generated yet. Allows to adjust the properties of the report or document prior to generation (e.g. the data source of a C1Report may be assigned here). | |
ItemRemoved | Occurs when a C1MultiDocumentItem has been removed from the current multi-document's Items collection. | |
ItemRemoving | Occurs when a C1MultiDocumentItem is about to be removed from the current multi-document's Items collection. | |
ItemsClear | Occurs when the current multi-document's Items collection has been cleared. | |
ItemsClearing | Occurs when the current multi-document's Items collection is about to be cleared. | |
LongOperation | Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation by the user. | |
PagesAdded | Occurs when one or more pages were added to the current multi-document. | |
PagesChanged | Occurs when one or more pages within the current multi-document were changed. | |
PagesClear | Occurs when all pages within the current multi-document were removed. |