C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderImageFragment Class / Split Method
New fragment which was created as result of splitting.
SplitParams object describing the splitting.

In This Topic
Split Method (RenderImageFragment)
In This Topic
Performs splitting of RenderFragment object.
Syntax
'Declaration
 
Protected Overridable Sub Split( _
   ByVal newFragment As RenderFragment, _
   ByVal p As SplitParams _
) 
 

Parameters

newFragment
New fragment which was created as result of splitting.
p
SplitParams object describing the splitting.
See Also