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 .NET PDF generator article provides essential information on how to generate PDFs with the API.
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.