IPXC_ContentItem::Clip_Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Clip_Items([out, retval]  IPXC_ContentItems**  ppItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Clip_Items([out, retval]  IPXC_ContentItems**  pItems);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_ContentItem|IPXC_ContentItem]]
 
[[PXV:IPXC_ContentItem|IPXC_ContentItem]]

Latest revision as of 12:32, 9 June 2016


Property Clip_Items of interface IPXC_ContentItem returns Pointer to IPXC_ContentItems ...

Syntax

HRESULT get_Clip_Items([out, retval]  IPXC_ContentItems**  pItems);

See Also

IPXC_ContentItem