←Select platform

ListOfBounds Property

Summary

A List of LeadRect for the detected feature, in case it spans multiple lines, you will have more than one bound.

Syntax
C#
VB
C++
public List<LeadRect> ListOfBounds { get; set; } 
Public Property ListOfBounds() As List(Of LeadRect) 
   Get 
   Set 
public:  
   property List<LeadRect^>^ ListOfBounds 
   { 
      List<LeadRect^>^ get() 
      void set(List<LeadRect^>^ value) 
   } 

Property Value

A List of LeadRect bounding boxes around the results.

Remarks

Most results will only have one bounding box in the list.

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.