LayoutComponentContent.HasMoreContent Property

Gets a value indicating whether there is remaining content to render on a next page.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public bool HasMoreContent { get; }
VB
Public ReadOnly Property HasMoreContent As Boolean
	Get

Property Value

Type: Boolean
true if there is content to render on a next page; otherwise, false.

See Also