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
readonlyheight:number
Defined in: src/core/patterns.ts:156
kind
readonlykind:"pattern"
Defined in: src/core/patterns.ts:154
ops
readonlyops:string
Defined in: src/core/patterns.ts:159
paintType
readonlypaintType:1|2
Defined in: src/core/patterns.ts:157
tilingType
readonlytilingType:1|2|3
Defined in: src/core/patterns.ts:158
width
readonlywidth:number
Defined in: src/core/patterns.ts:155