TPDFlibNamedDestinationInfo
Data types
Description
Contains one resolved named destination snapshot produced by EnumNamedDestinations
SourceKind is 1 for the legacy Catalog /Dests dictionary and 2 for the modern name tree
Syntax
Delphi
TPDFlibNamedDestinationInfo = Record Name: WideString; SourceKind: Integer; DestinationID: Integer; Page: Integer; DestinationType: Integer; Left: Double; Top: Double; Right: Double; Bottom: Double; Zoom: Double; End;