←Select platform

RunSync Method

Summary

Synchronous method to run a list of features on a LEADDocument and return the results of processing. This API can run for a specific page.

Syntax
C#
C++/CLI
Python
public List<ElementSetResult> RunSync( 
   List<IFeature> features, 
   LEADDocument document, 
   int page 
) 
public:  
   List<ElementSetResult^>^ RunSync( 
      List<IFeature^>^ features, 
      LEADDocument^ document, 
      Int32 page 
   ) 
def RunSync(self,features,document,page): 

Parameters

features

List of features to be run on the document.

document

Document on which the features are run.

page

Page to process, 1-based.

Return Value

Results of processing the document.

Requirements

Target Platforms

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

Leadtools.Document.Unstructured Assembly

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