Get or set if the paragraph has to be rolled back / discarded.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool Rollback { get; set; }
Visual Basic
Public Property Rollback As Boolean
	Get
	Set

Remarks

If true, the paragraph is not printed and will be discarded. You can add the paragraph again the next time PrintParagraph event is fired. Default value is true.

See Also