LayoutContainer.SkipOnce Method

Marks the container to show the content starting from the next page.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutContainer SkipOnce()
VB
Public Function SkipOnce As LayoutContainer

Return Value

Type: LayoutContainer
The nested container with the applied rule.

See Also