TPDFlibDestinationInfo
Data Types
Description
TPDFlibDestinationInfo is a record structure that holds parameters for a navigation target destination, typically extracted from outline bookmarks or link annotations.
Syntax
Delphi
type TPDFlibDestinationInfo = record
Kind: TPDFlibDestinationKind;
Page: Integer;
Left: Double;
Top: Double;
Right: Double;
Bottom: Double;
Zoom: Double;
end;Fields
| Kind | The destination scaling rule category specified by TPDFlibDestinationKind. |
|---|---|
| Page | The 1-based page index of the target page; returns 0 if the target page cannot be resolved. |
| Left | The horizontal offset coordinate of the zoom window. |
| Top | The vertical offset coordinate of the zoom window. |
| Right | The right edge boundary coordinate of the fit rect (associated with dkFitR). |
| Bottom | The bottom edge boundary coordinate of the fit rect (associated with dkFitR). |
| Zoom | The destination scale zoom ratio multiplier (e.g. 1.0 represents 100%, 0.0 or negative means inherit the current zoom). |