Click or drag to resize

PdfiumFPDFShadingObj_SetShaddingPattern Method

Set shading pattern into the specified shading object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFShadingObj_SetShaddingPattern(
	IntPtr shading_obj,
	IntPtr shading_pattern
)

Parameters

shading_obj  IntPtr
The handle to shading object.
shading_pattern  IntPtr
The handle to shading pattern.
See Also