IUIX_Progress::Pos Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Progress::Pos Property}}
 
{{#customTitle:IUIX_Progress::Pos Property}}
 
{{#parentPage:PXV:IUIX_Progress|Pos Property|property}}
 
{{#parentPage:PXV:IUIX_Progress|Pos Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Pos''' of interface [[PXV:IUIX_Progress|IUIX_Progress]] returns/sets  Value of double ...
+
Gets/sets progress completeness rate.
 +
Progress indicator will be set to definite position, according to [[PXV:IUIX_Progress_Size|progress size]] value.  
 +
 
 +
For instance, if '''Size''' property is set to 200, and '''Pos''' property is set to 150, progress indicator will display 75% of task completeness.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 15:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Progress|IUIX_Progress]].
+
See also [[PXV:IUIX_Progress|IUIX_Progress]], [[PXV:IUIX_Progress_Size|IUIX_Progress_Size]].

Revision as of 08:27, 13 May 2015


Gets/sets progress completeness rate. Progress indicator will be set to definite position, according to progress size value.

For instance, if Size property is set to 200, and Pos property is set to 150, progress indicator will display 75% of task completeness.

Syntax

HRESULT get_Pos([out, retval]  double*  pPos);
HRESULT put_Pos([in]  double  pPos);

See Also

See also IUIX_Progress, IUIX_Progress_Size.