PrintDocument for WinForms
C1MultiDocument クラス メンバ
プロパティ  メソッド  イベント


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : C1MultiDocument クラス

C1MultiDocumentデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the C1MultiDocument type.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets the current busy state of the current document.  
Public プロパティ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.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets or sets the name of the document (used to identify documents in print tasks and so on).  
Public プロパティGets or sets a value indicating whether the current C1MultiDocument should handle Windows messages while generating.

The default value is false.

 
Public プロパティ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).

 
Public プロパティGets a value indicating whether the current C1MultiDocument has been changed since it was last generated.  
Public プロパティGets a value indicating whether the current C1MultiDocument is empty, i.e. has no C1MultiDocumentItem objects with data.  
Public プロパティIndicates whether the document is currently being generated.  
Public プロパティGets the collection of C1MultiDocumentItem objects containing documents included in the current C1MultiDocument.  
Public プロパティ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.

 
Public プロパティGets the total number of pages in the current multi-document.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets the temporary directory used by the current multi-document if its temporary storage type is StorageType.Disk.  
Public プロパティGets the temporary storage type used by the current multi-document.  
Public プロパティ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).

 
Public プロパティGets or sets arbitrary data associated with the current document.  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドClears the current C1MultiDocument.  
Public メソッドClears the pages and other info created during document generation. This method does not clear the document structure/content though.  
Public メソッドオーバーロードされます。 オーバーライドされます。 Overridden. Disposes the current object.  
Public メソッドオーバーロードされます。 Exports the current multi-document to a disk file.  
Public メソッドFor internal use only.  
Public メソッドGenerates the current C1MultiDocument.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドオーバーロードされます。 Retrieves extended information about a page with the specified index.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドオーバーロードされます。 Loads the current document from a stream.  
Public メソッドBuilds the outline tree for the current multi-document, merging the multi-document's own outlines (C1MultiDocument.Outlines) and outline trees of documents and reports contained within the multi-document.

For details, see the remarks section of the property.

 
Public メソッドオーバーロードされます。 Gets a System.Drawing.Imaging.Metafile that represents the specified page.  
Public メソッドオーバーロードされます。 Prints the current document with default printer settings, not showing the print progress dialog.  
Public メソッドオーバーロードされます。 Shows the standard print dialog, allowing the user to print the current document.  
Public メソッドオーバーロードされます。 Saves the current document to a stream.  
Public メソッドオーバーロードされます。 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 メソッド System.ComponentModel.Componentから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドオーバーロードされます。  System.MarshalByRefObjectから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントOccurs when the C1MultiDocument.BusyState property value has changed.  
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the document generation has ended.  
Public イベントOccurs when the document generation is starting.  
Public イベントOccurs when a C1MultiDocumentItem has been added to the current multi-document's C1MultiDocument.Items collection.  
Public イベントOccurs when a C1MultiDocumentItem is about to be added to the current multi-document's C1MultiDocument.Items collection.  
Public イベント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.  
Public イベントOccurs when the generation of a document or report associated with a C1MultiDocumentItem is about to start.  
Public イベント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).  
Public イベントOccurs when a C1MultiDocumentItem has been removed from the current multi-document's C1MultiDocument.Items collection.  
Public イベントOccurs when a C1MultiDocumentItem is about to be removed from the current multi-document's C1MultiDocument.Items collection.  
Public イベントOccurs when the current multi-document's C1MultiDocument.Items collection has been cleared.  
Public イベントOccurs when the current multi-document's C1MultiDocument.Items collection is about to be cleared.  
Public イベントOccurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation by the user.  
Public イベントOccurs when one or more pages were added to the current multi-document.  
Public イベントOccurs when one or more pages within the current multi-document were changed.  
Public イベントOccurs when all pages within the current multi-document were removed.  
トップ
参照

C1MultiDocument クラス
C1.C1Preview 名前空間