Click or drag to resize

PdfiumFPDFPattern_SetForceClear Method

Set ForceClear flag for the specified pattern.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPattern_SetForceClear(
	IntPtr pattern,
	bool bForceClear
)

Parameters

pattern  IntPtr
The handle to the pattern.
bForceClear  Boolean
The Boolean value.
See Also