ITextParagraphFormat.PageBreakBefore Property

Definition

Gets or sets whether there is a page break before a paragraph.

public:
 property FormatEffect PageBreakBefore { FormatEffect get(); void set(FormatEffect value); };
FormatEffect PageBreakBefore();

void PageBreakBefore(FormatEffect value);
public FormatEffect PageBreakBefore { get; set; }
var formatEffect = iTextParagraphFormat.pageBreakBefore;
iTextParagraphFormat.pageBreakBefore = formatEffect;
Public Property PageBreakBefore As FormatEffect

Property Value

A value that indicates whether there is page break.

Applies to