Method ConstantItem
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
ConstantItem(double)
Adds an item with fixed width.
public LayoutContainer ConstantItem(double width)
Parameters
width
doubleThe width in points.
Returns
- LayoutContainer
The layout container for the item.
Remarks
Read the Row section of the Compound containers article for the detailed information about row containers.