ShadingPattern

ShadingPattern

Overview

ShadingPattern is a class in Aspose.PDF FOSS for .NET. Inherits from: Pattern.

Shading pattern (PatternType 2, §8.7.3.2): smooth gradient.

Properties: Matrix, PatternType, Shading.

Properties

NameTypeAccessDescription
PatternTypeintReadGets the pattern type.
ShadingShadingBase?ReadThe shading that defines the gradient, or null if absent.
Matrixdouble[]?ReadTransformation matrix [a b c d e f], or null if absent (identity).

See Also