←Select platform

Percentage Property

Summary

Gets the value, in percent, of the completion for the current operation.

Syntax

C#
VB
Java
WinRT C#
C++
public int Percentage { get; } 
Public ReadOnly Property Percentage As Integer 
public int Percentage {get;} 
public int getPercentage() 
 get_Percentage();  
public: 
property int Percentage { 
   int get(); 
} 

Property Value

A number between 0 and 100 that indicates in percent how close to finishing the current operation is.

Remarks

Use this property to provide visual feedback to the user in a progress bar.

Example

For an example, refer to DocumentWriter.Progress.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly