[]
The common interface implemented by ActionGoTo and destinations derived from the abstract Destination base.
public interface IDestination
Public Interface IDestination
Name | Description |
---|---|
Page | Gets this destination's target Page object. Returns null if the target page is specified by its index. |
PageIndex | Gets the index of this destination's target page. Returns null if the target page is specified as a Page object. |