IUIX_Progress::Pos Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Progress::Pos Property}}
 
{{#customTitle:IUIX_Progress::Pos Property}}
{{#parentPage:PXV:IUIX_Progress|Pos Property|property}}
+
{{#parentPage:PXV:IUIX_Progress#Properties|Pos|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Gets/sets progress indicator at particular position to display task completeness.
+
Gets/sets ''progress indicator'' at particular position to display task completion rate.
Indicator position will be calculated according to total [[PXV:IUIX_Progress_Size|progress size]] value.  
+
  
For instance, if [[PXV:IUIX_Progress_Size:Size]] property is set to 200, and [[PXV:IUIX_Progress_Pos|Pos]] property is set to 150, progress indicator will display 75% task completeness.
+
Indicator position will be calculated according to total [[PXV:IUIX_Progress_Size|progress size]] value, where '''Pos''' property value equal to '''Size''' is considered as 100% of task completion.
 +
 
 +
For instance, if [[PXV:IUIX_Progress_Size|Size]] property is set to 200, and [[PXV:IUIX_Progress_Pos|Pos]] property is set to 150, progress indicator will display 75% task completion.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Pos([out, retval]  double*  pPos);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Pos([out, retval]  double*  nPos);
HRESULT put_Pos([in]  double  pPos);
+
HRESULT put_Pos([in]  double  nPos);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Progress|IUIX_Progress]], [[PXV:IUIX_Progress_Size|IUIX_Progress_Size]].
+
[[PXV:IUIX_Progress|IUIX_Progress]]

Latest revision as of 04:34, 15 June 2015


Gets/sets progress indicator at particular position to display task completion rate.

Indicator position will be calculated according to total progress size value, where Pos property value equal to Size is considered as 100% of task completion.

For instance, if Size property is set to 200, and Pos property is set to 150, progress indicator will display 75% task completion.

Syntax

HRESULT get_Pos([out, retval]  double*  nPos);
HRESULT put_Pos([in]  double  nPos);

See Also

IUIX_Progress