←Select platform

SpaceBounds Property

Summary

The array of two rectangles for empty spaces in the text field.

Syntax
C#
VB
C++
public LeadRect[] SpaceBounds {get; set;} 
Public Property SpaceBounds() As LeadRect() 
   Get 
   Set 
public:  
   property array<LeadRect^>^ SpaceBounds 
   { 
      array<LeadRect^>^ get() 
      void set(array<LeadRect^>^ value) 
   } 

Property Value

Array of two rectangles for empty spaces in the text field.

Remarks

If the text field is not filled, the values of the two rectangles will be {0,0,0,0}.

The first rectangle is for the empty space (if one is found), on the top or the bottom of the filled area. If there is no empty space, the values of the rectangle will be {0,0,0,0}.

The second rectangle is for the empty space (if one is found), on the right of the filled area, and if there is no empty space the values of the rectangle will be {0,0,0,0}.

Example

For an example, refer to FindCandidateFormFieldsCommand.

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.ImageProcessing.Core Assembly

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