quadPoints property

List<PdfQuadPoints> quadPoints
final

Quad-point sets describing the marked-up text regions.

Each element covers one line of text. An empty list means no quad-points were found (the bounding rect can still be used as a fallback).

Implementation

final List<PdfQuadPoints> quadPoints;