Click or drag to resize

PdfiumFPDFShadingPattern_SetBackground Method

Set the background color of a shading.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFShadingPattern_SetBackground(
	IntPtr shadding_pattern,
	float[] colorComponents
)

Parameters

shadding_pattern  IntPtr
The handle to the shading pattern.
colorComponents  Single
The color in the color space format.

Return Value

Boolean
true on success; false otherwise.
See Also