ImageGear PDF v25.1 - Updated
ImGearARTMarkHitTest Enumeration




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTMarkHitTest Enumeration
Specifies the hit test results.
Syntax
'Declaration
 
Public Enum ImGearARTMarkHitTest 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTMarkHitTest
public enum ImGearARTMarkHitTest : System.Enum 
__value public enum ImGearARTMarkHitTest : public System.Enum 
public enum class ImGearARTMarkHitTest : public System.Enum 
Members
MemberValueDescription
INBOUNDARY2Within the mark's boundary, but not on the mark.
ONMARK3On the mark.
OUTSIDE1Outside of the mark's boundary.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.ImGearARTMarkHitTest

See Also

Reference

ImageGear.ART Namespace