←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#
VB
C++
public List<ElementSetResult> RunSync( 
   List<IFeature> features, 
   LEADDocument document, 
   int page 
) 
Public Function RunSync( 
   ByVal features As List(Of IFeature 
), 
   ByVal document As LEADDocument, 
   ByVal page As Integer) As List(Of ElementSetResult) 
public:  
   List<ElementSetResult^>^ RunSync( 
      List<IFeature^>^ features, 
      LEADDocument^ document, 
      Int32 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 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.