IPXV_FormatConverter::Icon Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FormatConverter::Icon Property}}
 
{{#customTitle:IPXV_FormatConverter::Icon Property}}
 +
{{#parentPage:PXV:IPXV_FormatConverter#Properties|Icon|property}}
 +
{{ToReview}}
  
Property '''Icon''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Pointer to [[PXV:IUIX_Icon|IUIX_Icon]] ...
+
Property '''pIcon''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Pointer to [[PXV:IUIX_Icon|IUIX_Icon]] containing the Converter's icon that will be displayed in the converters table.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Icon([out, retval] IUIX_Icon** ppIcon);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Icon([out, retval] IUIX_Icon** pIcon);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]].
+
[[PXV:IPXV_FormatConverter|IPXV_FormatConverter]]

Latest revision as of 01:50, 27 April 2017


Property pIcon of interface IPXV_FormatConverter returns Pointer to IUIX_Icon containing the Converter's icon that will be displayed in the converters table.

Syntax

HRESULT get_Icon([out, retval]  IUIX_Icon**  pIcon);

See Also

IPXV_FormatConverter