BaseParagraph.IsFirstParagraphInColumn

BaseParagraph.IsFirstParagraphInColumn property

Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)

public bool IsFirstParagraphInColumn { get; set; }

See Also