FunctionBasedShading

FunctionBasedShading

Overview

FunctionBasedShading is a class in Aspose.PDF FOSS for .NET. Inherits from: ShadingBase.

Function-based shading (Type 1, §8.7.4.2).

Properties: AntiAlias, BBox, Background, ColorSpaceName, Domain, Function, and 1 more.

Properties

NameTypeAccessDescription
ShadingTypeShadingTypeReadGets the shading type.
Domaindouble[]ReadGets the domain.
FunctionPdfFunction?ReadGets the function.
ColorSpaceNamestringReadColour space name for the shading’s output.
Backgrounddouble[]?ReadBackground colour components, or null if absent.
BBoxdouble[]?ReadBounding box [xmin, ymin, xmax, ymax], or null if absent.
AntiAliasboolReadWhether anti-aliasing is requested (advisory).

See Also