The array of two rectangles for empty spaces in the text field.
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)
}
Array of two rectangles for empty spaces in the text field.
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}.
For an example, refer to FindCandidateFormFieldsCommand.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document