Click or drag to resize

PdfShadingPatternBackground Property

Gets or sets an array of color components appropriate to the color space, specifying a single background color value.

Namespace: Patagames.Pdf.Net.Patterns
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public float[] Background { get; set; }

Property Value

Single
Remarks
If present, this color is used, before any painting operation involving the shading, to fill those portions of the area to be painted that lie outside the bounds of the shading object.
See Also