IUIX_List::GroupTitleImageSize Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_List::GroupTitleImageSize Property}} | {{#customTitle:IUIX_List::GroupTitleImageSize Property}} | ||
+ | {{#parentPage:PXV:IUIX_List#Properties|GroupTitleImageSize|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''GroupTitleImageSize''' of interface [[PXV:IUIX_List|IUIX_List]] returns/sets Pointer to SIZE ... | Property '''GroupTitleImageSize''' of interface [[PXV:IUIX_List|IUIX_List]] returns/sets Pointer to SIZE ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_GroupTitleImageSize([out, retval] SIZE* | + | <pre class="brush:cpp;gutter:false">HRESULT get_GroupTitleImageSize([out, retval] SIZE* nImageSize); |
− | HRESULT put_GroupTitleImageSize([in] SIZE* | + | HRESULT put_GroupTitleImageSize([in] SIZE* nImageSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_List|IUIX_List]] |
Latest revision as of 03:28, 15 June 2015
Property GroupTitleImageSize of interface IUIX_List returns/sets Pointer to SIZE ...
Syntax
HRESULT get_GroupTitleImageSize([out, retval] SIZE* nImageSize); HRESULT put_GroupTitleImageSize([in] SIZE* nImageSize);