IDestination Interface
The common interface implemented by ActionGoTo and destinations derived from
the abstract Destination base.
Assembly: DS.Documents.Pdf.dll
Syntax
public interface IDestination
Public Interface IDestination
Properties
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.
|