IPXC_DocumentInfo::InfoStr Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] | + | [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] |
Revision as of 03:28, 23 May 2015
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.