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 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.

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.