Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel

FragmentModel.Text Property

Get or set the content of this fragment.

csharp
public string Text { get; set; }

Property Value

System.String

Remarks

By default all whitespace characters (tabs, spaces and newlines) will be removed.
To render pre-formatted text set PreserveWhiteSpace to true.

Use SuppressSpaceBefore to prevent a space from being inserted before
this fragment.