Direct |
A destination that directly points to a specific location in the document.
Note: Many PDF viewers support different viewing modes like "fit page" or "fit width". Most destination types will change the current viewing mode in those viewers.
Changing the viewing mode is usually not very well received by users and thus a LocationZoomDestination should be preferred in most cases.
public abstract class DirectDestination : Destination
The DirectDestination type exposes the following members.
Name | Description | |
---|---|---|
Page | The page in the document that this destination is pointing to. | |
Target | The target destination For direct destinations, this is just the destination itself.(Inherited from Destination) |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |