Skip to content

PDFShading

Namespace: O2S.Components.PDF4NET.Graphics

Defines the base class for PDF shadings.

public class PDFShading

Inheritance ObjectPDFShading

Properties

AntiAlias

Gets or sets a value indicating whether to filter the shading function to prevent aliasing artifacts.

public bool AntiAlias { get; set; }

Property Value

Boolean
If true, the output device will antialias the shading output.


ColorSpace

Gets or sets the shading color space.

public PDFColorSpace ColorSpace { get; set; }

Property Value

PDFColorSpace
The color space in which color values are expressed.