Table of Contents

Method Table

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Table(Action<Table>)

Adds the table.

public void Table(Action<Table> handler)

Parameters

handler Action<Table>

The definition of the table layout.

Exceptions

ArgumentNullException

handler is null.