←Select platform

IsFilled Property

Summary

Indicates whether this field is filled.

Syntax
C#
VB
C++
public bool IsFilled {get; set;} 
Public Property IsFilled() As Boolean 
   Get 
   Set 
public:  
   property bool IsFilled 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

Indicates whether this field is filled.

Field Value

The following values are possible:

Value Meaning
TRUE The field is filled.
FALSE The field is not filled.
Remarks

If the value is true, the TextField-FilledAreaBounds.md will not be empty.

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.