Table of Contents

Class TableColumnContainer

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

The table schema defining what columns to use.

public sealed class TableColumnContainer
Inheritance
TableColumnContainer
Inherited Members

Remarks

Read the Table container article for the detailed information about tables.

The .NET PDF generator article provides essential information on how to generate PDFs with the API.

Constructors

TableColumnContainer()

Initializes a new instance of the TableColumnContainer class.

Methods

ConstantColumn(double)

Adds a column with fixed width.

RelativeColumn(double)

Adds a column with relative (proportional) width.