The percentage complete for convert progress notifications.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property percent As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ProgressEventArgs
Dim value As Integer
instance.percent = value
value = instance.percent |
| C# | |
|---|
public int percent {get; set;} |
| C++/CLI | |
|---|
public:
property int percent {
int get();
void set ( int value);
} |
Property Value
The percentage complete for convert progress notifications.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also