Table of Contents

Method EnsureSpace

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

EnsureSpace(double)

Marks the container to show the content if there is enough vertical space on the page.

public LayoutContainer EnsureSpace(double minHeight)

Parameters

minHeight double

The minimal required height in points.

Returns

LayoutContainer

The nested container with the applied rule.