[]
The common interface implemented by ActionGoTo and destinations derived from the abstract Destination base.
public interface IDestination
Gets this destination's target Page object. Returns null if the target page is specified by its index.
Page Page { get; }
Gets the index of this destination's target page. Returns null if the target page is specified as a Page object.
int? PageIndex { get; }