PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderFragment Class / Split Method
New fragment which was created as result of splitting.
SplitParams object describing the splitting.

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

    Parameters

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