TPDFlibDestinationKind

Data Types

Description

TPDFlibDestinationKind enumerates the display zoom rules used by PDF destinations in outline bookmarks or link annotations.

Syntax

Delphi

type TPDFlibDestinationKind = (dkNone, dkXYZ, dkFit, dkFitH, dkFitV, dkFitR, dkFitB, dkFitBH, dkFitBV);

Values

dkNoneNo target coordinates or zoom rules.
dkXYZNavigate to explicit Left, Top, and Zoom coordinates.
dkFitFit the entire page vertically and horizontally inside the viewer window.
dkFitHFit the page width inside the viewer window (vertically scrollable).
dkFitVFit the page height inside the viewer window (horizontally scrollable).
dkFitRFit the specified bounding rectangle (Left, Bottom, Right, Top) inside the viewer window.
dkFitBFit the page's bounding box (content area excluding white margins) inside the viewer window.
dkFitBHFit the page bounding box width.
dkFitBVFit the page bounding box height.

See also

TPDFlibDestinationInfo, GetOutlineDestinationInfo