IUIX_Progress::Size Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Progress::Size Property}} | {{#customTitle:IUIX_Progress::Size Property}} | ||
− | {{#parentPage:PXV:IUIX_Progress#Properties|Size | + | {{#parentPage:PXV:IUIX_Progress#Properties|Size|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 12: | Line 12: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval] double* nSize); |
− | HRESULT put_Size([in] double | + | HRESULT put_Size([in] double nSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Progress|IUIX_Progress]] | [[PXV:IUIX_Progress|IUIX_Progress]] |
Latest revision as of 03:34, 15 June 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* nSize); HRESULT put_Size([in] double nSize);