C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderFragment Class / SplitHorzContent Method
The created fragment describing part of object before contentSplitPos.
SplitParams object defining the paramters of splitting.

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

Parameters

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