Method Container
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Container(Func<LayoutContainer, LayoutContainer>)
Adds nested container.
public LayoutContainer Container(Func<LayoutContainer, LayoutContainer> handler)
Parameters
handler
Func<LayoutContainer, LayoutContainer>The definition of the container layout.
Returns
- LayoutContainer
The nested container.
Remarks
Read the Conditional layout section of the Size, position, and rendering of containers article for examples of using this method.
Exceptions
- ArgumentNullException
handler
isnull
.