 | PdfiumFPDFShadingPattern_SetBackground Method |
Set the background color of a shading.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFShadingPattern_SetBackground(
IntPtr shadding_pattern,
float[] colorComponents
)
Public Shared Function FPDFShadingPattern_SetBackground (
shadding_pattern As IntPtr,
colorComponents As Single()
) As Boolean
public:
static bool FPDFShadingPattern_SetBackground(
IntPtr shadding_pattern,
array<float>^ colorComponents
)
static member FPDFShadingPattern_SetBackground :
shadding_pattern : IntPtr *
colorComponents : float32[] -> bool
public static boolean FPDFShadingPattern_SetBackground(
IntPtr shadding_pattern,
float[] colorComponents
)
Patagames.Pdf.Pdfium.FPDFShadingPattern_SetBackground = function(shadding_pattern, colorComponents);
Parameters
- shadding_pattern IntPtr
- The handle to the shading pattern.
- colorComponents Single
- The color in the color space format.
Return Value
Booleantrue on success; false otherwise.
See Also