IUIX_Progress::Pos Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Progress::Pos Property}} | {{#customTitle:IUIX_Progress::Pos Property}} | ||
Line 16: | Line 17: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Progress|IUIX_Progress]], [[PXV:IUIX_Progress_Size|IUIX_Progress_Size]]. |
Revision as of 06:50, 20 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);