SplitHorzContent Method (RenderC1PrintableFragment)
In This Topic
Splits content of object by horizontally, by default this procedure split object as image.
Syntax
'Declaration
Protected Overridable Sub SplitHorzContent( _
ByVal As RenderFragment, _
ByVal As SplitParams _
)
protected virtual void SplitHorzContent(
RenderFragment ,
SplitParams
)
Parameters
- newFragment
- The created fragment describing part of object before contentSplitPos.
- p
- SplitParams object defining the paramters of splitting.
See Also