←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly