TilingPattern
Overview
TilingPattern is a class in Aspose.PDF FOSS for .NET.
Inherits from: Pattern.
Tiling pattern (PatternType 1, §8.7.3.1): repeating tile.
Properties: BBox, Matrix, PaintType, PatternType, TilingType, XStep, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PatternType | int | Read | Gets the pattern type. |
PaintType | int | Read | Paint type: 1 = coloured, 2 = uncoloured. |
TilingType | int | Read | Tiling type: 1 = ConstantSpacing, 2 = NoDistortion, 3 = ConstantSpacingAndFaster. |
BBox | double[] | Read | Bounding box [xmin, ymin, xmax, ymax]. |
XStep | double | Read | Horizontal spacing between pattern cells. |
YStep | double | Read | Vertical spacing between pattern cells. |
Matrix | double[]? | Read | Transformation matrix [a b c d e f], or null if absent (identity). |