Set/get if this paragraph has to be kept together on one page.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public bool KeepTogether { get; set; } |
Visual Basic |
---|
Public Property KeepTogether As Boolean Get Set |
Visual C++ |
---|
public: property bool KeepTogether { bool get (); void set (bool value); } |