Skip to content

modern-pdf-lib


modern-pdf-lib / PatternFill

Interface: PatternFill

Defined in: src/core/patterns.ts:153

Descriptor for a tiling pattern fill. This is a lightweight value object — actual PDF objects are created when buildPatternObjects is called.

Properties

height

readonly height: number

Defined in: src/core/patterns.ts:156


kind

readonly kind: "pattern"

Defined in: src/core/patterns.ts:154


ops

readonly ops: string

Defined in: src/core/patterns.ts:159


paintType

readonly paintType: 1 | 2

Defined in: src/core/patterns.ts:157


tilingType

readonly tilingType: 1 | 2 | 3

Defined in: src/core/patterns.ts:158


width

readonly width: number

Defined in: src/core/patterns.ts:155

Released under the MIT License.