GetDestValue
Annotations and hotspot links
Description
Returns the value of a property of the specified destination.
Syntax
Delphi
function TPDFlib.GetDestValue(DestID, ValueKey: Integer): Double;ActiveX
Function PDFlib::GetDestValue(DestID As Long, ValueKey As Long) As DoubleDLL
double DLGetDestValue(int InstanceID, int DestID, int ValueKey);Parameters
| DestID | The ID of the destination to analyse. A valid destination ID is returned by the GetOutlineDest function. |
|---|---|
| ValueKey | 1 = Left 2 = Top 3 = Right 4 = Bottom 5 = Zoom |