Click or drag to resize

PdfiumFPDFShadingPattern_SetDomain Method

Set the shading's domain.

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

Parameters

shadding_pattern  IntPtr
The handle to the shading.
domain  Single
An array of numbers depending on the specific type of shading.

Return Value

Boolean
true for successful; false if any errors has occurred.
Remarks
See Also