Class NamedDestinationCollection
NamedDestinationCollection class
Class represents the collection of all destinations (a name tree mapping name strings to destinations (see 12.3.2.3, “Named Destinations”) and (see 7.7.4, “Name Dictionary”)) in the pdf document.
public class NamedDestinationCollection : INamedDestinationCollection
Properties
| Name | Description |
|---|
| Count { get; } | Count of named destinations. |
| Item { get; set; } | Gets or sets appointment by its name. |
| Names { get; } | List of names of the destinations. |
Methods
| Name | Description |
|---|
| Add(string, IAppointment) | Add new named destination. |
| Remove(string) | Delete named destination. |
See Also