C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1Page Class / Fragments Property

In This Topic
Fragments Property (C1Page)
In This Topic
Gets the collection of fragments for the current page. Note that accessing this property always initializes the Fragments collection if it has not been initialized yet. Use HasFragments to test whether the Fragments collection exists.
Syntax
'Declaration
 
Public ReadOnly Property Fragments As RenderFragmentCollection
 
See Also