Contains the column definitions for the pages in the section.

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

Syntax

C#
[SerializableAttribute]
public class ColumnCollection : Object, 
	IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class ColumnCollection _
	Inherits Object _
	Implements IEnumerable

Remarks

The Columns class contains all columns that are associated with a section. A section may contain 1 or more columns. Paragraphs are rendered inside the columns from top to bottom. from left to right.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout..::..ColumnCollection

See Also