IPXS_PDFVariant::Dict_SetBool Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Dict_SetBool([in] LPWSTR key, [in] VARIANT_BOOL bVal);
Parameters
- key
- [in] Value of LPWSTR.
- bVal
- [in] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.