IPXC_XMPMetadata::SetProperty Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SetProperty([in] LPWSTR Namespace, [in] LPWSTR Prefix, [in] LPWSTR Path, [in] LPWSTR Value);
Parameters
- Namespace
- [in] Value of LPWSTR.
- Prefix
- [in] Value of LPWSTR.
- Path
- [in] Value of LPWSTR.
- Value
- [in] Value of LPWSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.