Method Row
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Row(Action<Row>)
Adds horizontal row.
public void Row(Action<Row> handler)
Parameters
Remarks
Read the Row section of the Compound containers article for the detailed information about row containers.
Exceptions
- ArgumentNullException
handler
isnull
.