IUIX_Progress::Pos Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{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, where '''Size''' value is considered as 100% of task completion.
+
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 completeness.
+
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 ==

Revision as of 00:28, 14 May 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*  pPos);
HRESULT put_Pos([in]  double  pPos);

See Also

See also IUIX_Progress, IUIX_Progress_Size.