IUIX_Progress::Size Property

From PDF XChange PDF SDK
Revision as of 04:34, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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);

See Also

IUIX_Progress