Boolean value indicating whether a new page is started after this format is written to the printer. The default is False.
control.EndPage [= boolean]
Boolean. Gets or sets the value indicating whether a new page is started after this format is written to the printer. The default is False. If this value is True, a new page will be started after this format is written to the printer.
Setting this property to True is useful when setting a format as an end of a section or a page footer.
To set the EndPage property, click on the right side of the property and choose one of the options in the drop-down box.
| Setting | Description |
|---|---|
| True | A new page will be started after this format is written to the printer. |
| False | (Default) A new page will not be started after this format is written to the printer. |