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