The C1MultiDocument type exposes the following members.
Properties
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.
|
|
ColorizeHyperlinks |
Gets or sets a value indicating whether hyperlinks in the report are colorized.
This property only affects C1.C1Report items of the multi-document.
The default is null (the property is not defined at the multi-document level). |
|
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.
|
|
StoragePath |
Gets the temporary directory used by the current multi-document if its
temporary storage type is 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.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IC1Document..::..PageCount |