IPXC_ContentItem::Image_Object Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentItem::Image_Object Property}}
 
{{#customTitle:IPXC_ContentItem::Image_Object Property}}
{{#parentPage:PXV:IPXC_ContentItem|property}}
+
{{#parentPage:PXV:IPXC_ContentItem#Properties|Image_Object|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Image_Object([out, retval] IPXC_Image** ppImage);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Image_Object([out, retval] IPXC_Image** pImage);
HRESULT put_Image_Object([in] IPXC_Image* ppImage);
+
HRESULT put_Image_Object([in] IPXC_Image* pImage);
 
</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 Image_Object of interface IPXC_ContentItem returns/sets Pointer to IPXC_Image ...

Syntax

HRESULT get_Image_Object([out, retval]  IPXC_Image**  pImage);
HRESULT put_Image_Object([in]  IPXC_Image*  pImage);

See Also

IPXC_ContentItem