> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HorSearchAreaBound

> Represents the left and right boundaries of a FlexiLayout element's search area, created with Let expressions and compared against XCoordinate values.

Type used to represent the right and left boundaries of the element's search area. A variable of this type can only be created by using a Let expression.

## Operators

| Operator | Description                                                                                                                                               |
| :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `-`      | Binary operator that subtracts a value of type `HorSearchAreaBound` from a value of type `XInterval` and vice versa. Returns a value of type `Xinterval`. |
| `>`, `<` | Binary operators that compare a value of type `HorSearchAreaBound` to a value of type `XCoordinate`. Return a value of type `FuzzyRect`.                  |
