IUIX_Icon::ScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Icon::ScaleType Property}}
 
{{#customTitle:IUIX_Icon::ScaleType Property}}
{{#parentPage:PXV:IUIX_Icon#Properties|ScaleType Property|property}}
+
{{#parentPage:PXV:IUIX_Icon#Properties|ScaleType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ScaleType''' of interface [[PXV:IUIX_Icon|IUIX_Icon]] returns/sets  Value of LONG ...
+
Property '''nScaleType''' of interface [[PXV:IUIX_Icon|IUIX_Icon]] returns/sets  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ScaleType([out, retval]  LONG*  pScaleType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ScaleType([out, retval]  LONG*  nScaleType);
HRESULT put_ScaleType([in]  LONG  pScaleType);
+
HRESULT put_ScaleType([in]  LONG  nScaleType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Icon|IUIX_Icon]]
 
[[PXV:IUIX_Icon|IUIX_Icon]]

Latest revision as of 04:22, 15 June 2015


Property nScaleType of interface IUIX_Icon returns/sets Value of LONG ...

Syntax

HRESULT get_ScaleType([out, retval]  LONG*  nScaleType);
HRESULT put_ScaleType([in]  LONG  nScaleType);

See Also

IUIX_Icon