Gets a value indicating whether hit-testing should be performed inside this AnnObject.
protected virtual bool HitTestInterior {get;}
Protected Overridable ReadOnly Property HitTestInterior As Boolean
protected:
virtual property bool HitTestInterior {
bool get();
}
true if hit-testing should be performed inside the interior of this AnnObject; false otherwise.
This property is checked internally by the annotation framework whenever the HitTest method is called. You do not need to call this property directly.
By default, if an object implements a brush, this value will be true if the brush is present and is not transparent. Derived objects that does not implement a brush (such as the AnnImageObject will override this property to return true if a picture is available.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET