ShadingBase
Overview
ShadingBase is a class in Aspose.PDF FOSS for .NET.
Abstract base for all PDF shading types (§8.7.4.1).
Properties: AltSpaceName, AntiAlias, BBox, Background, ColorSpaceName, ShadingType, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ShadingType | ShadingType | Read | The shading type. |
ColorSpaceName | string | Read | Colour space name for the shading’s output. |
TintTransform | PdfFunction? | Read | Tint-transform function for a /Separation or /DeviceN output colour space, or null for a device colour space. |
AltSpaceName | string? | Read | Alternate colour-space family (“DeviceRGB”/“DeviceCMYK”/“DeviceGray”/“Lab”) that TintTransform produces, or null. |
Background | double[]? | Read | Background colour components, or null if absent. |
BBox | double[]? | Read | Bounding box [xmin, ymin, xmax, ymax], or null if absent. |
AntiAlias | bool | Read | Whether anti-aliasing is requested (advisory). |