IStiPageBreak Properties |
The IStiPageBreak type exposes the following members.
Name | Description | |
---|---|---|
BreakIfLessThan |
Gets or sets value which indicates how much free space is on a page
(in per cent) should be
reserved for formation of a new page or a new column. The value
should be set in the range from 0 to 100.
If the value is 100 then, in any case, a new page or a new column
will be formed. This property is used
together with NewPageBefore, NewPageAfter, NewColumnBefore,
NewColumnAfter properties.
| |
NewColumnAfter |
If the value of this property is true, then, after output of a band, a
new column will be generated.
| |
NewColumnBefore |
If the value of this property is true, then, before output of a band,
a new column will be generated. Output of a band will be continued on
the next column.
| |
NewPageAfter |
If the value of this property is true, then, after output of a band, a new page will be
generated.
| |
NewPageBefore |
If the value of this property is true, then, before output of a band, a new page will be
generated. Output of a band will be continued on the next page.
| |
SkipFirst |
If the value of this property is true, then, a new page/column will be
generated only starting from the second case.
|