| 名前 | 解説 | |
|---|---|---|
![]() | 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 C1MultiDocument.DoEvents is set to true. |
![]() | Container | 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 C1MultiDocument.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 | 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. |

