scrollPosition property
final
The XYZ scroll anchor within the destination page, or null if either
the entry has no page destination or the destination does not carry
explicit position coordinates.
Coordinates are in PDF user space (points, bottom-left origin), matching
the coordinate system used by PdfRect and PdfPoint throughout this
library. Callers that need screen-space coordinates must apply
FPDF_PageToDevice() themselves.
See the class-level doc comment for why the zoom component of XYZ destinations is not surfaced here.
Implementation
final PdfPoint? scrollPosition;