IPXC_DocumentInfo::InfoStr Property

From PDF XChange PDF SDK
Revision as of 00:30, 21 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


Gets/sets info string by the document info key.

Syntax

HRESULT get_InfoStr([in]           PXC_DocumentInfoKey  nKey,
                    [out, retval]  BSTR*                ppString);
HRESULT put_InfoStr([in]  PXC_DocumentInfoKey  nKey,
                    [in]  BSTR                 ppString);

Parameters

nKey
[in] Value of PXC_DocumentInfoKey containing the type of info string that we need to get or set.

See Also

IPXC_DocumentInfo.