IPXC_StampsCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_StampsCollection::Item Property}}
 
{{#customTitle:IPXC_StampsCollection::Item Property}}
{{#parentPage:PXV:IPXC_StampsCollection|property}}
+
{{#parentPage:PXV:IPXC_StampsCollection#Properties|Item|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG index, [out, retval] IPXC_StampInfo** ppStamp);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG             nIndex,
 +
                [out, retval] IPXC_StampInfo** pStamp);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''index''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]].
+
[[PXV:IPXC_StampsCollection|IPXC_StampsCollection]]

Latest revision as of 03:38, 15 June 2015


Property Item of interface IPXC_StampsCollection returns Pointer to IPXC_StampInfo ...

Syntax

HRESULT get_Item([in]           ULONG             nIndex,
                 [out, retval]  IPXC_StampInfo**  pStamp);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_StampsCollection