True if the paragraph is to remains on the same page as the
paragraph that follows it.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool KeepFollow { get; set; }
Public Property KeepFollow As Boolean Get Set
public: property bool KeepFollow { bool get (); void set (bool value); }
member KeepFollow : bool with get, set