The path's unified element index — the same value accepted by GigaPdfDoc.setPathStyle / GigaPdfDoc.removeElement / GigaPdfDoc.transformElement. Extract a path here and pass this index to restyle or remove that exact path. Clip-only paths are not reported, so the painted path you see is the one your index targets — not a path-local ordinal.
Whether x0..y1 describe a real box (false for a degenerate path).
Fill colour [r,g,b] in 0..=1, or null when not filled.
Stroke colour [r,g,b] in 0..=1, or null when not stroked.
Line width (w) in user-space units.
Non-stroking alpha (/ca), 0..=1.
Stroking alpha (/CA), 0..=1.
Dash pattern (d array); empty for a solid line.
A painted vector path from GigaPdfDoc.vectorPaths: its geometry (segments, bounds) plus the graphics state — fill/stroke RGB (
0..=1,nullwhen the paint op doesn't fill/stroke), line width, alpha and dash. Clip-only paths are omitted. The native equivalent of a reader's shape/vector layer.