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

NameTypeAccessDescription
addr: ContentAddrReadGets the addr.
segments: [number, number, number, number][]ReadGets the segments.
stroke: booleanReadGets the stroke.
fill: booleanReadGets the fill.
lineWidth: numberReadGets the line width.
mcid: numberReadThe innermost active marked-content MCID when this path was painted, or undefined outside any MCID-bearing marked-content sequence.
artifact: booleanReadTrue when this path was painted inside an /Artifact marked-content scope.