IUIX_Button::ImageSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Button::ImageSize Property}}
 
{{#customTitle:IUIX_Button::ImageSize Property}}
{{#parentPage:PXV:IUIX_Button|property}}
+
{{#parentPage:PXV:IUIX_Button|ImageSize Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval] SIZE* pImageSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval] SIZE* pImageSize);
HRESULT put_ImageSize([in] SIZE* pImageSize);
+
HRESULT put_ImageSize([in] SIZE* pImageSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_Button|IUIX_Button]].
 
See also [[PXV:IUIX_Button|IUIX_Button]].

Revision as of 06:34, 23 April 2015


Property ImageSize of interface IUIX_Button returns/sets Pointer to SIZE ...

Syntax

HRESULT get_ImageSize([out, retval]  SIZE*  pImageSize);
HRESULT put_ImageSize([in]  SIZE*  pImageSize);

See Also

See also IUIX_Button.