IPXC_DocumentInfo::GetInfoVar Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT GetInfoVar([in] LPWSTR pKey, [out, retval] IPXS_PDFVariant** ppValue);
Parameters
- pKey
- [in] Value of LPWSTR.
- ppValue
- [out, retval] Pointer to IPXS_PDFVariant.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_DocumentInfo.