EndRowLayoutEventArgs
LayoutCompleted Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
public bool LayoutCompleted { get; }
Public ReadOnly Property LayoutCompleted As Boolean
Get
public:
property bool LayoutCompleted {
bool get ();
}
member LayoutCompleted : bool with get
Property Value
Type:
Boolean
See Also