sempdf
sempdf v1.9.1Interfaces

Interface: PathStyle

sempdf v1.9.1


sempdf / PathStyle

Defined in: src/types.ts:3544

Painting, stroke, fill, transform, and tagging options for vector paths.

Extends

  • ArtifactOptions

Properties

PropertyTypeDescriptionInherited fromDefined in
artifactSubtype?"Header" | "Footer" | "Watermark"Optional artifact subtype, such as Header, Footer, or Watermark.ArtifactOptions.artifactSubtypesrc/types.ts:379
artifactType?"Pagination" | "Layout" | "Page"Artifact type written to the marked-content property dictionary.ArtifactOptions.artifactTypesrc/types.ts:377
fill?FillStyleFill.-src/types.ts:3550
paint"fill" | "stroke" | "fillStroke"Paint.-src/types.ts:3546
stroke?StrokeStyleStroke.-src/types.ts:3548
tag?"Artifact"Structure tag used for tagged PDF output.-src/types.ts:3552

On this page