Class describes one entry in the document outline. Used to create outline tree nodes in the outline control. Instances of this class contain level, and thus can be stored in a flat array.

Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public class OutlineEntry
Visual Basic (Declaration)
Public Class OutlineEntry

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument.Util..::.OutlineEntry

See Also