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
minHeightdoubleThe minimal required height in points.
Returns
- LayoutContainer
The nested container with the applied rule.
Remarks
Read the EnsureSpace section of the Size, position, and rendering of containers article for more information.