Method MinHeight
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
MinHeight(double)
Sets the minimum height of the content.
public LayoutContainer MinHeight(double minHeight)
Parameters
minHeight
doubleThe minimum height.
Returns
- LayoutContainer
The nested container with the applied minimum height.
Remarks
Read the Width & Height section of the Size, position, and rendering of containers article for more information about working with sizes.