←Select platform

DocumentViewerIsSlowCommand Delegate

Summary

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

Syntax
C#
C++/CLI
public delegate bool DocumentViewerIsSlowCommand( 
   DocumentViewer documentViewer, 
   DocumentViewerCommand command, 
   object value 
) 
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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.