Click or drag to resize

PdfShadingPatternFunctions Property

Gets or sets a m-in, n-out function or an array of n m-in, 1-out functions where n is the number of color components in the shading color space and m is depend on ShadingType.

Namespace: Patagames.Pdf.Net.Patterns
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public virtual IEnumerable<PdfFunction> Functions { get; set; }

Property Value

IEnumerablePdfFunction
See Also