IPXC_ContentItem::Clip_Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentItem::Clip_Items Property}}
 
{{#customTitle:IPXC_ContentItem::Clip_Items Property}}
 +
{{#parentPage:PXV:IPXC_ContentItem#Properties|Clip_Items|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Clip_Items''' of interface [[PXV:IPXC_ContentItem|IPXC_ContentItem]] returns  Pointer to [[PXV:IPXC_ContentItems|IPXC_ContentItems]] ...
 
Property '''Clip_Items''' of interface [[PXV:IPXC_ContentItem|IPXC_ContentItem]] returns  Pointer to [[PXV:IPXC_ContentItems|IPXC_ContentItems]] ...
 
  
 
== 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 ==
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