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)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Progress::Size Property}}
 
{{#customTitle:IUIX_Progress::Size Property}}
{{#parentPage:PXV:IUIX_Progress#Properties|Size Property|property}}
+
{{#parentPage:PXV:IUIX_Progress#Properties|Size|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 12: Line 12:
  
 
== 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 ==
[[PXV:IUIX_Progress|IUIX_Progress]], [[PXV:IUIX_Progress_Pos|IUIX_Progress_Pos]].
+
[[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