Boolean value indicating whether a new page is started before this format is written to the printer. The default is False.
control.StartPage [=boolean]
Boolean. Gets or sets the value indicating whether a new page is started before this format is output. The default is False. If this value is True, a new page will be started before this format is written to the printer.
Setting this property to True is useful when setting a format as the start of a section or a page heading.
To set the StartPage 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 before this format is written to the printer. |
| False | (Default) A new page will not be started before this format is written to the printer. |