GetDestValue
Description
Returns the value of a property of the specified destination.
Syntax
Delphi
function TQuickPDF0813.GetDestValue(DestID, ValueKey: Integer): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::GetDestValue(DestID As Long,
ValueKey As Long) As Double
DLL
double QuickPDFGetDestValue(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 |