Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerAsyncOperation Class : Done Property |
public DocumentViewerAsyncDone Done {get; set;}
'Declaration
Public Property Done As DocumentViewerAsyncDone
'Usage
Dim instance As DocumentViewerAsyncOperation Dim value As DocumentViewerAsyncDone instance.Done = value value = instance.Done
public: property DocumentViewerAsyncDone^ Done { DocumentViewerAsyncDone^ get(); void set ( DocumentViewerAsyncDone^ value); }