DataGate Print File Designer

Format.StartPage Property

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

        control.StartPage [=boolean]

Property Value

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.

Remarks

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.

Requirements

Namespace: ASNA.DataGate.PrintFileDesigner.Controls

Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)

Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8.x, Windows 10 .

See Also

Format Class
Format Class Members