PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / KeepTogether Property

In This Topic
    KeepTogether Property (RenderText)
    In This Topic
    Gets or sets a render object which should be printed on the same page as the current object. The specified object must have the same Parent as the current object.
    Syntax
    'Declaration
     
    Public Property KeepTogether As RenderObject
    public RenderObject KeepTogether {get; set;}
    See Also