IUIX_DrawStringTags::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  LONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  LONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_DrawStringTags|IUIX_DrawStringTags]]
 
[[PXV:IUIX_DrawStringTags|IUIX_DrawStringTags]]

Latest revision as of 05:25, 17 June 2015


Property Count of interface IUIX_DrawStringTags returns Value of LONG ...

Syntax

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

See Also

IUIX_DrawStringTags