IUIX_Progress::Pos Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 17: Line 17:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Progress|IUIX_Progress]], [[PXV:IUIX_Progress_Size|IUIX_Progress_Size]].
+
[[PXV:IUIX_Progress|IUIX_Progress]]

Revision as of 05:57, 23 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

IUIX_Progress