C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1Page Class / GetInputFragments Method

In This Topic
GetInputFragments Method
In This Topic
Gets the array of all RenderInputFragment objects on the current page.
Syntax
'Declaration
 
Public Function GetInputFragments( _
   ByVal sort As Boolean _
) As RenderInputFragment()
 

Parameters

sort

Return Value

The array of RenderInputFragment objects .
See Also