| 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.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float[] Background { get; set; }
Public Property Background As Single()
Get
Set
public:
property array<float>^ Background {
array<float>^ get ();
void set (array<float>^ value);
}
member Background : float32[] with get, set
/** @property */
public float[] get_Background()
/** @property */
public void set_Background(float[] value)
function get_Background();
function set_Background(value);
Property Value
SingleRemarks
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