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)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_StampsCollection::Item Property}}
 
{{#customTitle:IPXC_StampsCollection::Item Property}}
{{#parentPage:PXV:IPXC_StampsCollection#Properties|Item Property|property}}
+
{{#parentPage:PXV:IPXC_StampsCollection#Properties|Item|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG            index,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG            nIndex,
                 [out, retval]  IPXC_StampInfo**  ppStamp);
+
                 [out, retval]  IPXC_StampInfo**  pStamp);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;index
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== 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