Interface INamedDestinationCollection
INamedDestinationCollection interface
Collection of Named Destinations.
public interface INamedDestinationCollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Returns count of the destinations. |
| Item { get; set; } | Gets or sets destination by its name. |
| Names { get; } | Gets array of names of the destinations. |
Methods
| Name | Description |
|---|---|
| Add(string, IAppointment) | Adds new named destination. |
| Remove(string) | Removes destination by its name. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF