IPXC_DocumentInfo::InfoStr Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_InfoStr([in]          PXC_DocumentInfoKey  nKey,
 
<pre class="brush:cpp;gutter:false">HRESULT get_InfoStr([in]          PXC_DocumentInfoKey  nKey,
                     [out, retval]  BSTR*                ppString);
+
                     [out, retval]  BSTR*                sString);
 
HRESULT put_InfoStr([in]  PXC_DocumentInfoKey  nKey,
 
HRESULT put_InfoStr([in]  PXC_DocumentInfoKey  nKey,
                     [in]  BSTR                ppString);
+
                     [in]  BSTR                sString);
 
</pre>
 
</pre>
  

Latest revision as of 03:26, 15 June 2015

Gets/sets info string by the document info key.

Syntax

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

Parameters

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

See Also

IPXC_DocumentInfo