IPXC_ContentItem::InlineImage_Dict Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentItem::InlineImage_Dict Property}}
 
{{#customTitle:IPXC_ContentItem::InlineImage_Dict Property}}
{{#parentPage:PXV:IPXC_ContentItem#Properties|InlineImage_Dict Property|property}}
+
{{#parentPage:PXV:IPXC_ContentItem#Properties|InlineImage_Dict|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_InlineImage_Dict([out, retval]  IPXS_PDFVariant**  ppDictionary);
+
<pre class="brush:cpp;gutter:false">HRESULT get_InlineImage_Dict([out, retval]  IPXS_PDFVariant**  pDictionary);
HRESULT put_InlineImage_Dict([in]  IPXS_PDFVariant*  ppDictionary);
+
HRESULT put_InlineImage_Dict([in]  IPXS_PDFVariant*  pDictionary);
 
</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 InlineImage_Dict of interface IPXC_ContentItem returns/sets Pointer to IPXS_PDFVariant ...

Syntax

HRESULT get_InlineImage_Dict([out, retval]  IPXS_PDFVariant**  pDictionary);
HRESULT put_InlineImage_Dict([in]  IPXS_PDFVariant*  pDictionary);

See Also

IPXC_ContentItem