ICSS2Properties.PageBreakBefore

ICSS2Properties.PageBreakBefore property

Values for these properties have the following meanings:

auto - Neither force nor forbid a page break before (after, inside) the generated box.always - Always force a page break before (after) the generated box.avoid - Avoid a page break before (after, inside) the generated box.left - Force one or two page breaks before (after) the generated box so that the next page is formatted as a left page.right - Force one or two page breaks before (after) the generated box so that the next page is formatted as a right page.

public string PageBreakBefore { get; set; }

Return Value

page-break-before property

See Also