Column definition in which paragraphs are flowed.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class Column : Object
Visual Basic
<SerializableAttribute> _
Public Class Column _
	Inherits Object

Remarks

A section may contain 1 or more columns. Paragraphs are rendered inside the columns from top to bottom and from left to right. A column has a width and a spacing.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout..::..Column

See Also