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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly