PrintDocument for WinForms
MakeOutlines() メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス : MakeOutlines() メソッド
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 Function MakeOutlines() As OutlineNodeCollection
'使用法
 
Dim instance As C1MultiDocument
Dim value As OutlineNodeCollection
 
value = instance.MakeOutlines()
public OutlineNodeCollection MakeOutlines()

戻り値の型

The combined outline for the multi-document.
参照

C1MultiDocument クラス
C1MultiDocument メンバ
Outlines プロパティ
Outlines プロパティ
OutlineNode プロパティ
Outlines プロパティ
NestedOutlinesMode プロパティ