






|
| PDFTron SilverDox SDK |
| TextSearch..::..OnTextSearchAsyncCallbackArgs..::..IsCompleted Property |
| TextSearch..::..OnTextSearchAsyncCallbackArgs Class See Also Send Feedback |
Gets a value that indicates whether the asynchronous operation has completed.
Namespace: PDFTron.SilverDox.Documents.Text
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
| C# |
|---|
public bool IsCompleted { get; private set; } |
| Visual Basic |
|---|
Public Property IsCompleted As Boolean Get Private Set |
| Visual C++ |
|---|
public: virtual property bool IsCompleted { bool get () sealed; private: void set (bool value) sealed; } |
