IUIX_Progress::Size Property
From PDF XChange PDF SDK
Line 6: | Line 6: | ||
Gets/sets progress ''size'' value. | Gets/sets progress ''size'' value. | ||
− | '''Size''' property defines the edge value, where progress indicator reaches 100% of completion. | + | '''Size''' property defines the edge value, where progress indicator reaches 100% of task completion. |
Use [[PXV:IUIX_Progress_Pos|Pos]] property for setting progress indicator at particular position. | Use [[PXV:IUIX_Progress_Pos|Pos]] property for setting progress indicator at particular position. |
Revision as of 23:30, 13 May 2015
Gets/sets progress size value.
Size property defines the edge value, where progress indicator reaches 100% of task completion.
Use Pos property for setting progress indicator at particular position.
Syntax
HRESULT get_Size([out, retval] double* pSize); HRESULT put_Size([in] double pSize);
See Also
See also IUIX_Progress, IUIX_Progress_Pos.