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