[]
Represents the properties of a document map used to access the Table of Contents (TOC) properties collection.
public sealed class DocumentMapProperties
| Name | Description |
|---|---|
| Label | The label in document map. |
| Level | The level in document map. |
| PageNumber | The page number. |
| Path | The document map path. |
| this[string] | The indexer to support the various VB collection access syntax ( Collection!ObjectName or Collection.Item("ObjectName") or Collection("ObjectName") ). |