Table of Contents

Method RelativeColumn

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

RelativeColumn(double)

Adds a column with relative (proportional) width.

public void RelativeColumn(double size = 1)

Parameters

size double

The relative size of the item.

Remarks

Read the Columns and rows section of the Table container article for more information about working with columns.