Table of Contents

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

handler Action<Row>

The definition of the row's layout.

Exceptions

ArgumentNullException

handler is null.