get_hitTestInterior();
Object.defineProperty('hitTestInterior');
| Type | Description | 
|---|---|
| boolean | true if this AnnHotspotObject supports hit testing of its interior; false otherwise. | 
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.