Collection of paragraph objects. It is obtained through the Sections property of Document.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout..::..SectionCollection

See Also