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.

Exceptions

ArgumentNullException

handler is null.