Click or drag to resize

PdfiumFPDFShadingPattern_GetShadingType Method

Get type of shading

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static ShadingTypes FPDFShadingPattern_GetShadingType(
	IntPtr shadding_pattern
)

Parameters

shadding_pattern  IntPtr
The handle to the shading pattern.

Return Value

ShadingTypes
Type of shadding; Invalid if any error has occured
See Also