IPXC_DocumentInfo::InfoStr Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_DocumentInfo::InfoStr Property}}
 
{{#customTitle:IPXC_DocumentInfo::InfoStr Property}}
 
{{#parentPage:PXV:IPXC_DocumentInfo|InfoStr Property|property}}
 
{{#parentPage:PXV:IPXC_DocumentInfo|InfoStr Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''InfoStr''' of interface [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] returns/sets  Value of BSTR ...
+
Gets/sets info string by the [[PXV:PXC_DocumentInfoKey|document info key]].
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 16:
 
== Parameters ==
 
== Parameters ==
 
;nKey
 
;nKey
:[in]  Value of [[PXV:PXC_DocumentInfoKey|PXC_DocumentInfoKey]].
+
:[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 00:30, 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.

See Also

IPXC_DocumentInfo.