Table of Contents

Class Row

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

A row layout for items.

public sealed class Row
Inheritance
Row
Inherited Members

Remarks

Rows contain horizontally combined items.

Read the Row section of the Compound containers article for the detailed information about row containers.

The Getting Started with Layout API article provides essential information on how to generate PDFs with the API.

Check out the other articles and code samples on the C# PDF generation library page.

Methods

AutoItem()

Adds an item with width calculated based on content.

ConstantItem(double)

Adds an item with fixed width.

RelativeItem(double)

Adds an item with relative (proportional) width.

Spacing(double)

Sets horizontal spacing between row items.