.NET Framework Class Library
OperationProgressEventArgs.PercentDone Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > OperationProgressEventArgs Class > OperationProgressEventArgs Properties > OperationProgressEventArgs.PercentDone Property |
Gets percentage of completion of the document operation.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public ReadOnly Property PercentDone As Integer |
C# |
public int PercentDone { get; } |
Visual C++ |
public: |
OperationProgressEventArgs Class