C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderRectangleFragment Class / FindVertSplitPosContent Method
SplitParams object defining the parameters of splitting.

In This Topic
FindVertSplitPosContent Method (RenderRectangleFragment)
In This Topic
Checks can object's content be split on specified position by vertically.
Syntax
'Declaration
 
Protected Overridable Function FindVertSplitPosContent( _
   ByVal p As SplitParams _
) As Boolean
 

Parameters

p
SplitParams object defining the parameters of splitting.

Return Value

Returns true if object can be split on specified position (p.ContentRealSplitPos).
See Also