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 Double

DLL

double DLGetDestValue(int InstanceID, int DestID, int ValueKey);

Parameters

DestIDThe ID of the destination to analyse. A valid destination ID is returned by the GetOutlineDest function.
ValueKey1 = Left 2 = Top 3 = Right 4 = Bottom 5 = Zoom