IPXC_DocumentInfo::SetInfoVar Method

From PDF XChange PDF SDK
Revision as of 02:27, 25 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search

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 that needs to be set.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_DocumentInfo