TilingPattern
Overview
TilingPattern is a interface in Aspose.PDF FOSS for TypeScript.
A resolved PatternType 1 (tiling) pattern.
Properties: bbox, kind, matrix, paintType, resources, stream, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
kind | : 'tiling' | Read | Gets the kind. |
stream | : PdfStream | Read | Gets the stream. |
matrix | : Matrix | Read | Gets the matrix. |
bbox | : number[] | Read | Gets the bbox. |
xstep | : number | Read | Gets the xstep. |
ystep | : number | Read | Gets the ystep. |
paintType | : number | Read | 1 = colored (cell carries its own colors); 2 = uncolored (current fill color). |
resources | : PdfDict | Read | Gets the resources. |