Method Border
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Border(Action<Border>)
Sets border.
public LayoutContainer Border(Action<Border> handler)
Parameters
Returns
- LayoutContainer
The nested container with the applied border.
Remarks
Read the Decoration section of the Containers and their content article for examples of using this method.
Exceptions
- ArgumentNullException
handler
isnull
.