IPXC_DocumentInfo::GetInfoVar Method

From PDF XChange PDF SDK
Revision as of 03:26, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gets value from the Info dictionary of the structure document.

Syntax

HRESULT GetInfoVar([in]           LPWSTR             sKey,
                   [out, retval]  IPXS_PDFVariant**  pValue);

Parameters

sKey
[in] Key from which the value will be taken.
pValue
[out, retval] Pointer to IPXS_PDFVariant containing the value of the given key.

Return Value

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

See Also

IPXC_DocumentInfo