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 > DocumentViewerCommand Class : IsSlowHandler Property |
public DocumentViewerIsSlowCommand IsSlowHandler {get; set;}
'Declaration
Public Property IsSlowHandler As DocumentViewerIsSlowCommand
'Usage
Dim instance As DocumentViewerCommand Dim value As DocumentViewerIsSlowCommand instance.IsSlowHandler = value value = instance.IsSlowHandler
public: property DocumentViewerIsSlowCommand^ IsSlowHandler { DocumentViewerIsSlowCommand^ get(); void set ( DocumentViewerIsSlowCommand^ value); }