IUIX_Progress::Size Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Progress::Size Property}}
 
{{#customTitle:IUIX_Progress::Size Property}}
{{#parentPage:PXV:IUIX_Progress|property}}
+
{{#parentPage:PXV:IUIX_Progress#Properties|Size|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Size''' of interface [[PXV:IUIX_Progress|IUIX_Progress]] returns/sets  Value of double ...
+
Gets/sets progress ''size'' value.
 +
 
 +
'''Size''' property defines the edge value, where progress indicator reaches 100% of task completion.
 +
 
 +
Use [[PXV:IUIX_Progress_Pos|Pos]] property for setting progress indicator at particular position.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval] double* pSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval] double* nSize);
HRESULT put_Size([in] double pSize);
+
HRESULT put_Size([in] double nSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Progress|IUIX_Progress]].
+
[[PXV:IUIX_Progress|IUIX_Progress]]

Latest revision as of 04:34, 15 June 2015


Gets/sets progress size value.

Size property defines the edge value, where progress indicator reaches 100% of task completion.

Use Pos property for setting progress indicator at particular position.

Syntax

HRESULT get_Size([out, retval]  double*  nSize);
HRESULT put_Size([in]  double  nSize);

See Also

IUIX_Progress