ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFDestination Object > IGPDFDestination Methods > Resolve Method |
Resolves the destination. The destination is a value of the D key in an action. It can be a real destination (an array) or a name. If it is a name, look it up in Document Dests dictionary. The value found there can be a real destination (an array) or a dictionary. If it's a dictionary, look up the D key in that dictionary. This method is useful for getting an explicit view destination from an action.
Resolve(Document As IGPDFDoc) As IGPDFDestination
Name | Description |
---|---|
Document | The PDF document that contains the destination. |
The resolved view destination.