BaseParagraph.IsKeptWithNext

BaseParagraph.IsKeptWithNext property

Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)

public bool IsKeptWithNext { get; set; }

See Also