strokes property

List<List<PdfPoint>> strokes
final

The list of ink strokes. Each inner list is one pen-down gesture.

An empty outer list means no ink paths could be read (e.g. the annotation is present but contains no ink data). An inner list may be empty if a stroke has zero points.

Implementation

final List<List<PdfPoint>> strokes;