Skip to content

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

System.Boolean

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.