PathEvent
Overview
PathEvent is a interface in Aspose.PDF FOSS for TypeScript.
A painted vector path, its subpaths flattened to page-space segments.
Properties: addr, artifact, fill, lineWidth, mcid, segments, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
addr | : ContentAddr | Read | Gets the addr. |
segments | : [number, number, number, number][] | Read | Gets the segments. |
stroke | : boolean | Read | Gets the stroke. |
fill | : boolean | Read | Gets the fill. |
lineWidth | : number | Read | Gets the line width. |
mcid | : number | Read | The innermost active marked-content MCID when this path was painted, or undefined outside any MCID-bearing marked-content sequence. |
artifact | : boolean | Read | True when this path was painted inside an /Artifact marked-content scope. |