←Select platform

ExecutedUnstructuredElements Property

Summary

A List of elements that were involved in processing related to this result.

Syntax
C#
VB
C++
public IList<string> ExecutedUnstructuredElements { get; set; } 
Public Property ExecutedUnstructuredElements() As IList(Of String) 
   Get 
   Set 
public:  
   property IList<String^>^ ExecutedUnstructuredElements 
   { 
      IList<String^>^ get() 
      void set(IList<String^>^ value) 
   } 

Property Value

Array of elements names.

Remarks

A list of the ID's of the elements passed into the DocumentAnalyzerRunOptions.

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.Analytics Assembly

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