IPXV_AnnotsList::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_AnnotsList::Count Property}}
 
{{#customTitle:IPXV_AnnotsList::Count Property}}
 
{{#parentPage:PXV:IPXV_AnnotsList#Properties|Count|property}}
 
{{#parentPage:PXV:IPXV_AnnotsList#Properties|Count|property}}
 
  
 
Gets number of items in the annotations list.
 
Gets number of items in the annotations list.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_AnnotsList|IPXV_AnnotsList]]
 
[[PXV:IPXV_AnnotsList|IPXV_AnnotsList]]

Revision as of 02:32, 4 June 2015

Gets number of items in the annotations list.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXV_AnnotsList