Pattern

Overview

Pattern is a class in Aspose.PDF FOSS for .NET.

Abstract base for all PDF pattern types.

Properties: Matrix, PatternType.

Properties

NameTypeAccessDescription
PatternTypeintReadPattern type (1 = tiling, 2 = shading).
Matrixdouble[]?ReadTransformation matrix [a b c d e f], or null if absent (identity).

See Also