Skip to content

TallComponents.UnoPdf.Client

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

FragmentModel.TrimStartOfLine Property

If PreserveWhiteSpace is true, for each (see remarks) line the leading whitespaces will be removed.

csharp
public bool TrimStartOfLine { get; set; }

Property Value

System.Boolean

Remarks

The first line, from the container this fragment is used in, will not be trimmed.
Also the first line after a carriage return will not be trimmed.

So basically only the lines that are automatically broken by this component (due to the fact that there is no
more space left on the current line to place the characters)
will be trimmed.

Meaningless when PreserveWhiteSpace is false.