IPXC_Document::Articles 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_Document::Articles Property}}
 
{{#customTitle:IPXC_Document::Articles Property}}
{{#parentPage:PXV:IPXC_Document#Properties|Articles Property|property}}
+
{{#parentPage:PXV:IPXC_Document#Properties|Articles|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Articles([out, retval]  IPXC_Articles**  ppArticles);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Articles([out, retval]  IPXC_Articles**  pArticles);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 03:26, 15 June 2015


Gets articles array from the core document.

Syntax

HRESULT get_Articles([out, retval]  IPXC_Articles**  pArticles);

See Also

IPXC_Document