TilingPattern

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

NameTypeAccessDescription
PatternTypeintReadGets the pattern type.
PaintTypeintReadPaint type: 1 = coloured, 2 = uncoloured.
TilingTypeintReadTiling type: 1 = ConstantSpacing, 2 = NoDistortion, 3 = ConstantSpacingAndFaster.
BBoxdouble[]ReadBounding box [xmin, ymin, xmax, ymax].
XStepdoubleReadHorizontal spacing between pattern cells.
YStepdoubleReadVertical spacing between pattern cells.
Matrixdouble[]?ReadTransformation matrix [a b c d e f], or null if absent (identity).

See Also