FilePercent Property

Summary
Gets a value that shows the progress of the current file loading process.
Syntax
C#
VB
C++
public int FilePercent { get; } 
  
Public ReadOnly Property FilePercent As Integer 
public: 
property int FilePercent { 
   int get(); 
} 

Property Value

An integer that represents the percent completion of the current file loading process.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

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