 | PdfiumFPDFPattern_SetForceClear Method |
Set ForceClear flag for the specified pattern.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPattern_SetForceClear(
IntPtr pattern,
bool bForceClear
)
Public Shared Sub FPDFPattern_SetForceClear (
pattern As IntPtr,
bForceClear As Boolean
)
public:
static void FPDFPattern_SetForceClear(
IntPtr pattern,
bool bForceClear
)
static member FPDFPattern_SetForceClear :
pattern : IntPtr *
bForceClear : bool -> unit
public static void FPDFPattern_SetForceClear(
IntPtr pattern,
boolean bForceClear
)
Patagames.Pdf.Pdfium.FPDFPattern_SetForceClear = function(pattern, bForceClear);
Parameters
- pattern IntPtr
- The handle to the pattern.
- bForceClear Boolean
- The Boolean value.
See Also