IPXV_FormatConverter::Icon Property
From PDF XChange PDF SDK
(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 ''' | + | 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** | + | <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]] |
Latest revision as of 00: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);