Property TrimStartOfLine

Namespace TallComponents.PDF.Shapes
Class Fragment

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

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.

Syntax

public  Boolean  TrimStartOfLine  {  get;  set;  }

Property value

Boolean