IUIX_Progress::Pos Property

From PDF XChange PDF SDK
Jump to: navigation, search


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