Click or drag to resize

PdfiumFPDFBOOLEAN_Create Method

Create new Boolean object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFBOOLEAN_Create(
	bool value
)

Parameters

value  Boolean
Initial value for this object

Return Value

IntPtr
Handle to a newly created object
See Also