IPXC_DocumentInfo::SetInfoVar Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 20: | Line 20: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] | + | [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] |
Revision as of 03:28, 23 May 2015
Sets value in the Info dictionary of the structure document.
Syntax
HRESULT SetInfoVar([in] LPWSTR pKey, [in] IPXS_PDFVariant* pValue);
Parameters
- pKey
- [in] Key that needs to be set with the given value.
- pValue
- [in] Pointer to IPXS_PDFVariant containing the value which needs to be set.
Return Value
Returns S_OK if operation was successful or error code in other cases.