PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / SetSplitVertBehavior Method

In This Topic
    SetSplitVertBehavior Method (RenderText)
    In This Topic
    Override this method to perform additional actions when value of the SplitVertBehavior property of object is being defined.
    Syntax
    'Declaration
     
    Protected Overridable Sub SetSplitVertBehavior( _
       ByVal value As SplitBehaviorEnum _
    ) 
    protected virtual void SetSplitVertBehavior( 
       SplitBehaviorEnum value
    )

    Parameters

    value
    See Also