.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 >

.NET Framework Class Library

OperationProgressEventArgs.PercentDone Property

Gets percentage of completion of the document operation.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public ReadOnly Property PercentDone As Integer
 Get

C#

public int PercentDone { get; }

Visual C++

public:
property int PercentDone {
 int get ();
}

See Also

OperationProgressEventArgs Class

OperationProgressEventArgs Members

Gnostice.Core Namespace