PrintDocument for WinForms
Fragments プロパティ (RenderObject)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : Fragments プロパティ
Gets a RenderFragmentCollection containing the fragments produced by the current object in the generated document.
シンタックス
'宣言
 
Public ReadOnly Property Fragments As RenderFragmentCollection
'使用法
 
Dim instance As RenderObject
Dim value As RenderFragmentCollection
 
value = instance.Fragments
public RenderFragmentCollection Fragments {get;}
解説
This property always returns a non-null fragments collection, initializing it if it has not been initialized yet. Use RenderObject.HasFragments to test whether there are any fragments without initializing RenderObject.Fragments.
参照

RenderObject クラス
RenderObject メンバ