Table of Contents

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

handler Action<Border>

The definition of the border.

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 is null.