DataGate Print File Designer® - Build 8.0.355 and above

Format.EndPage Property

Boolean value indicating whether a new page is started after this format is written to the printer.  The default is False.

control.EndPage [= boolean]

Property Value

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.

Remarks

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.

See Also

Format Class | Format Class Members