Class ExplicitDestination
ExplicitDestination class
Represents the base class for explicit destinations in PDF document.
public abstract class ExplicitDestination : IAppointment
Properties
| Name | Description |
|---|
| Page { get; } | Gets the destination page object |
| PageNumber { get; } | Gets the destination page number |
Methods
| Name | Description |
|---|
| static CreateDestination(int, ExplicitDestinationType, params double[]) | Creates instances of ExplicitDestination descendant classes. |
| static CreateDestination(Page, ExplicitDestinationType, params double[]) | Creates instances of ExplicitDestination descendant classes. |
| abstract ToString() | Returns string representation of ExplicitDestination object. |
See Also