←Select platform

DocumentViewerIsSlowCommand Delegate

Summary

Checks if the command will be slow when run using the specified value.

Syntax

C#
VB
C++
public delegate bool DocumentViewerIsSlowCommand( 
   DocumentViewer documentViewer, 
   DocumentViewerCommand command, 
   object value 
) 
Public Delegate Function DocumentViewerIsSlowCommand( 
   ByVal documentViewer As DocumentViewer, 
   ByVal command As DocumentViewerCommand, 
   ByVal value As Object 
) As Boolean 
public: 
   delegate bool DocumentViewerIsSlowCommand( 
      DocumentViewer^ documentViewer, 
      DocumentViewerCommand^ command, 
      Object^ value 
   ) 

Parameters

documentViewer

The owner document viewer.

command

Command to check.

value

The value to use.

Return Value

true if the command is slow to run, otherwisefalse.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly