DataGate Print File Designer

Format.SkipToBefore Property

The SkipToBefore property contains the line number to skip to before the format is written to the printer.

        control.SkipToAfter [=*integer8]

Property Value

Integer8. Gets or sets the line number to skip to before this format is written to the printer. The default is *None.

Remarks

To set the SkipToBefore property, click on the right side of the property and enter the line number to skip to before the format is written to the printer. The default value of *None can be used to indicate this property is not set.

Note Setting SkipToBefore will have no affect if the StartPage property is True which indicates a new page is 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
StartPage Property