Method Item
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Item()
Adds item to the column body.
public LayoutContainer Item()
Returns
- LayoutContainer
The layout container for the item.
Remarks
The library draws items between header and footer. Unlike headers and footers, item contents are never repeated on different pages.
Read the Column section of the Compound containers article for examples of using this method.