Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel
FragmentModel.KeepWithNext Property
Get or set if the next fragment is started on the same line as this fragment.
csharp
public bool KeepWithNext { get; set; }
Property Value
Remarks
Make sure this fragment always appears on the same line as the
next fragment.
A fragment that has keep with next set will not break across lines.