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