TilingPatternOptions
Overview
TilingPatternOptions is a interface in Aspose.PDF FOSS for TypeScript.
Placement and repetition for a tiling pattern.
Properties: rotation, uncolored, x, xStep, y, yStep.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
xStep | : number | Read | Horizontal repeat interval. |
yStep | : number | Read | Vertical repeat interval. |
x | : number | Read | Lattice origin offset, in the parent stream’s default user space. |
y | : number | Read | Lattice origin offset. |
rotation | : number | Read | Lattice rotation in DEGREES counter-clockwise about the pattern origin, applied before the offset. |
uncolored | : boolean | Read | Emit an uncolored (PaintType 2) pattern: the tile carries shape only and the colour is supplied where the pattern is used, so one hatch serves every colour. |