Method Inlined
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Inlined(Action<InlineContainer>)
Adds inline elements.
public void Inlined(Action<InlineContainer> handler)
Parameters
handler
Action<InlineContainer>The definition of the inlined layout.
Remarks
Read the InlineContainer section of the Compound containers article for the detailed information about inlined containers.
Exceptions
- ArgumentNullException
handler
isnull
.