ITextParagraphFormat.KeepWithNext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether page breaks are allowed between paragraphs in a range.
public:
property FormatEffect KeepWithNext { FormatEffect get(); void set(FormatEffect value); };
FormatEffect KeepWithNext();
void KeepWithNext(FormatEffect value);
public FormatEffect KeepWithNext { get; set; }
var formatEffect = iTextParagraphFormat.keepWithNext;
iTextParagraphFormat.keepWithNext = formatEffect;
Public Property KeepWithNext As FormatEffect
Property Value
The value that indicates whether page breaks are allowed.