Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderImageFragment Class / SplitVertContent Method
The created fragment describing part of object before contentSplitPos.
SplitParams object defining the paramters of splitting.

In This Topic
    SplitVertContent Method (RenderImageFragment)
    In This Topic
    Splits content of object by vertically, by default this procedure split object as image.
    Syntax
    'Declaration
     
    Protected Overridable Sub SplitVertContent( _
       ByVal newFragment As RenderFragment, _
       ByVal p As SplitParams _
    ) 
    protected virtual void SplitVertContent( 
       RenderFragment newFragment,
       SplitParams p
    )

    Parameters

    newFragment
    The created fragment describing part of object before contentSplitPos.
    p
    SplitParams object defining the paramters of splitting.
    See Also