Skip to content

PDFShadingPattern

Namespace: O2S.Components.PDF4NET.Graphics

Defines a shading based pattern.

public class PDFShadingPattern : PDFPattern

Inheritance ObjectPDFPatternPDFShadingPattern

Constructors

PDFShadingPattern()

Initializes a new PDFShadingPattern object.

public PDFShadingPattern()

PDFShadingPattern(PDFShading)

Initializes a new PDFShadingPattern object.

public PDFShadingPattern(PDFShading shading)

Parameters

shading PDFShading
The shading associated with this pattern.


Properties

Matrix

Gets or sets the pattern matrix.

public PDFMatrix Matrix { get; set; }

Property Value

PDFMatrix
The pattern matrix.


Shading

Gets or sets the shading.

public PDFShading Shading { get; set; }

Property Value

PDFShading
A PDFShading object associated with this pattern