IPXV_FormatConverter::Icon Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FormatConverter::Icon Property}}
 
{{#customTitle:IPXV_FormatConverter::Icon Property}}
{{#parentPage:PXV:IPXV_FormatConverter|Icon Property|property}}
+
{{#parentPage:PXV:IPXV_FormatConverter#Properties|Icon|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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 ==
[[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