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)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentInfo::InfoStr Property}}
 
{{#customTitle:IPXC_DocumentInfo::InfoStr Property}}
Line 19: Line 20:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].
+
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].

Revision as of 05:29, 20 May 2015


Property InfoStr of interface IPXC_DocumentInfo returns/sets Value of BSTR ...

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.

See Also

IPXC_DocumentInfo.