←Select platform

FilledAreaBounds Property

Summary

The total bounding rectangle for a filled area in the text field.

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

Property Value

The total bounding rectangle for a filled area in the text field.

Remarks

If the field is empty, the rectangle is { 0,0,0,0 }, and TextField-IsFilled.md is false.

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.