Gets a value indicating whether the row was drawn completely (nothing should be printed on the next page).

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool LayoutCompleted { get; }
Public ReadOnly Property LayoutCompleted As Boolean
	Get
public:
property bool LayoutCompleted {
	bool get ();
}
member LayoutCompleted : bool with get

Property Value

Boolean

See Also