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
Remarks
Read the Table container article for the detailed information about table containers.
Exceptions
- ArgumentNullException
handler
isnull
.