Property PreserveWhiteSpace
Namespace TallComponents.PDF.Layout.Paragraphs
Class Fragment
Preserve spaces, tabs (\t), carriage returns (\r) and line feeds (\n). Set this property to true to include preformatted text like code fragments.
Fragments that have PreserveWhiteSpace set to true cannot be Justified, because justification modifies the whitespace between words.
Use TabSize to set the width of tabs in spaces.
Syntax
public
Boolean
PreserveWhiteSpace
{
get;
set;
}
Property value
Boolean