IUIX_Picture::IconScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Picture::IconScaleType Property}}
 
{{#customTitle:IUIX_Picture::IconScaleType Property}}
{{#parentPage:PXV:IUIX_Picture|property}}
+
{{#parentPage:PXV:IUIX_Picture#Properties|IconScaleType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IconScaleType([out, retval] LONG* pIconScaleType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IconScaleType([out, retval] LONG* nIconScaleType);
HRESULT put_IconScaleType([in] LONG pIconScaleType);
+
HRESULT put_IconScaleType([in] LONG nIconScaleType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Picture|IUIX_Picture]].
+
[[PXV:IUIX_Picture|IUIX_Picture]]

Latest revision as of 04:34, 15 June 2015


Property IconScaleType of interface IUIX_Picture returns/sets Value of LONG ...

Syntax

HRESULT get_IconScaleType([out, retval]  LONG*  nIconScaleType);
HRESULT put_IconScaleType([in]  LONG  nIconScaleType);

See Also

IUIX_Picture