Set to true if more content is available.

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

Syntax

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

Remarks

If set to true, the event will fire again so more content can be added. If set to false, the event will not fire again and generation will continue with the next section (if any).

MoreContent is only meaning-full when Paragraph is not null/nothing, otherwise it's evaluated as false.

See Also