←Select platform

Percentage Property

Summary
Gets the progress of the current operation, expressed as a percentage.

Syntax
C#
C++/CLI
Java
Python
public int Percentage { get; } 
public int getPercentage(); 
public void setPercentage( 
   int intValue 
); 
public: 
property int Percentage { 
   int get(); 
} 
Percentage # get  (PageProgressCallbackData) 

Property Value

A value between 0 and 100 that represents the percent completion of the process.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.