NamedDestinationCollection

NamedDestinationCollection class

Klass representerar samlingen av alla destinationer (ett namnträd som mappar namnsträngar till destinationer (se 12.3.2.3, “Namngivna destinationer”) och (se 7.7.4, “Namnordbok”)) i pdf-dokumentet.

public class NamedDestinationCollection : INamedDestinationCollection

Egenskaper

namnBeskrivning
Count { get; }Antal namngivna destinationer.
Item { get; set; }Får eller ställer in mötet med sitt namn.
Names { get; }Lista med namn på destinationerna.

Metoder

namnBeskrivning
Add(string, IAppointment)Lägg till ny namngiven destination.
Remove(string)Ta bort namngiven destination.

Se även