 | PdfiumFPDFBOOLEAN_Create Method |
Create new Boolean object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFBOOLEAN_Create(
bool value
)
Public Shared Function FPDFBOOLEAN_Create (
value As Boolean
) As IntPtr
public:
static IntPtr FPDFBOOLEAN_Create(
bool value
)
static member FPDFBOOLEAN_Create :
value : bool -> IntPtr
public static IntPtr FPDFBOOLEAN_Create(
boolean value
)
Patagames.Pdf.Pdfium.FPDFBOOLEAN_Create = function(value);
Parameters
- value Boolean
- Initial value for this object
Return Value
IntPtrHandle to a newly created object
See Also