←Select platform

LabelSuggestions Method

Summary

Gets a list of suggestions for labels to search for.

Syntax
C#
VB
C++
public List<RegexerSuggestion> LabelSuggestions( 
   string txt 
) 
Public Function LabelSuggestions( 
   ByVal txt As String 
) As List(Of RegexerSuggestion) 
public:  
   List<RegexerSuggestion^>^ LabelSuggestions( 
      String^ txt 
   ) 

Parameters

txt

Given text to deduct from.

Return Value

labels suggestions.

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.