IPXC_DocumentInfo::InfoStr Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_DocumentInfo::InfoStr Property}} | {{#customTitle:IPXC_DocumentInfo::InfoStr Property}} | ||
− | {{#parentPage:PXV:IPXC_DocumentInfo|InfoStr Property|property}} | + | {{#parentPage:PXV:IPXC_DocumentInfo#Properties|InfoStr Property|property}} |
− | + | ||
Gets/sets info string by the [[PXV:PXC_DocumentInfoKey|document info key]]. | Gets/sets info string by the [[PXV:PXC_DocumentInfoKey|document info key]]. |
Revision as of 13:28, 21 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.