Method Layers
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Layers(Action<LayerContainer>)
Adds the layered content.
public void Layers(Action<LayerContainer> handler)
Parameters
handler
Action<LayerContainer>The definition of the layer layout.
Remarks
Read the LayerContainer section of the Compound containers article for the detailed information about layers.
Exceptions
- ArgumentNullException
handler
isnull
.