sempdf v1.9.1Interfaces
Interface: PathStyle
sempdf / PathStyle
Defined in: src/types.ts:3544
Painting, stroke, fill, transform, and tagging options for vector paths.
Extends
ArtifactOptions
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
artifactSubtype? | "Header" | "Footer" | "Watermark" | Optional artifact subtype, such as Header, Footer, or Watermark. | ArtifactOptions.artifactSubtype | src/types.ts:379 |
artifactType? | "Pagination" | "Layout" | "Page" | Artifact type written to the marked-content property dictionary. | ArtifactOptions.artifactType | src/types.ts:377 |
fill? | FillStyle | Fill. | - | src/types.ts:3550 |
paint | "fill" | "stroke" | "fillStroke" | Paint. | - | src/types.ts:3546 |
stroke? | StrokeStyle | Stroke. | - | src/types.ts:3548 |
tag? | "Artifact" | Structure tag used for tagged PDF output. | - | src/types.ts:3552 |