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

In This Topic
FindHorzSplitPosContent Method (RenderBarCodeFragment)
In This Topic
Checks can object's content be split on specified position by horizontally.
Syntax
'Declaration
 
Protected Overridable Function FindHorzSplitPosContent( _
   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.
See Also