Version

Sections Property

Returns a collection of Section instances which define the pagination for specific parts of the document.
Syntax
'Declaration
 
Public ReadOnly Property Sections As SectionsCollection
public SectionsCollection Sections {get;}
Remarks

The The Sections collection provides a way to define sections for a range of ContentBlocks, rather than for the entire document. For example, if a member is added to the Sections collection for the third paragraph in a document, the pagination for that section applies to the first three paragraphs in the document. Pagination for the remainder of the content in the document is then defined by the FinalSection.

Each member of the Sections collection defines pagination for the content block with which it is associated, and the content blocks which precede it. For example, if one section is defined for the third paragraph in the document, and another one for the fifth, pagination for paragraphs four and five are defined by the second section, and pagination for paragraphs one, two, and three by the first one. Pagination for all paragraphs following the fifth one in this case is defined by the FinalSection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also