






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