Table of Contents

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.

Exceptions

ArgumentNullException

handler is null.