IPXC_DocumentInfo::InfoStr Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_InfoStr([in] PXC_DocumentInfoKey | + | <pre class="brush:cpp;gutter:false">HRESULT get_InfoStr([in] PXC_DocumentInfoKey Key, |
− | [out, retval] BSTR* | + | [out, retval] BSTR* String); |
− | HRESULT put_InfoStr([in] PXC_DocumentInfoKey | + | HRESULT put_InfoStr([in] PXC_DocumentInfoKey Key, |
− | [in] BSTR | + | [in] BSTR String); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Key |
:[in] Value of [[PXV:PXC_DocumentInfoKey|PXC_DocumentInfoKey]] containing the type of info string that we need to get or set. | :[in] Value of [[PXV:PXC_DocumentInfoKey|PXC_DocumentInfoKey]] containing the type of info string that we need to get or set. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] | [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] |
Revision as of 06:02, 12 June 2015
Gets/sets info string by the document info key.
Syntax
HRESULT get_InfoStr([in] PXC_DocumentInfoKey Key, [out, retval] BSTR* String); HRESULT put_InfoStr([in] PXC_DocumentInfoKey Key, [in] BSTR String);
Parameters
- Key
- [in] Value of PXC_DocumentInfoKey containing the type of info string that we need to get or set.