←Select platform

Run Method

Summary

Runs the process for the given document using ElementSetResult.

Syntax
C#
VB
C++
public abstract void Run( 
   LEADDocument document, 
   object obj 
) 
Public MustOverride Function Run( 
   ByVal document As LEADDocument, 
   ByVal textResult As TextResult 
) As TextResult 
public:  
   virtual TextResult^ Run( 
      LEADDocument^ document, 
      TextResult^ textResult 
   ) abstract 

Parameters

document

Document to be processed.

obj

A reference to ElementSetResult from the element containing the function.

Return Value

Currently no return value is provided: return is always null.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

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