C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderLineFragment Class / CreateSplitParams Method

In This Topic
CreateSplitParams Method (RenderLineFragment)
In This Topic
Creates a SplitParams object, used during splitting, child classes may override this method to create the SplitParams object of custom type (derived from SplitParams).
Syntax
'Declaration
 
Protected Overridable Function CreateSplitParams() As SplitParams
 
See Also