get_hitTestInterior();
Object.defineProperty('hitTestInterior');
| Type | Description | 
|---|---|
| boolean | true if this AnnObject supports hit testing of its interior; otherwise, false. | 
By default, an annotation object will return true if SupportsFill is true and Fill is not null or a transparent AnnBrush.
Derived objects can override this method to fine tune the return value.