←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#
C++/CLI
Python
public List<LeadRect> ListOfBounds { get; set; } 
public:  
   property List<LeadRect^>^ ListOfBounds 
   { 
      List<LeadRect^>^ get() 
      void set(List<LeadRect^>^ value) 
   } 
ListOfBounds # get and set (ElementResult) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Analytics Assembly

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