LayoutContainer.Unconstrained Method

Makrs the container to ignore any size constraints.

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

Syntax

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

Return Value

Type: LayoutContainer
The nested container with the applied rule.

See Also