Specifies the interaction area for editing annotations.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearARTInteractionArea 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearARTInteractionArea : System.Enum 
             
        
            
            __value public enum ImGearARTInteractionArea : public System.Enum 
             
        
            
            public enum class ImGearARTInteractionArea : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| Device | 
            Limits the annotation editing area to the page view control area.
             | 
| Image | 
            Limits the annotation editing area to the image portion of the page view.
             | 
| Unbound | 
            Allows unlimited annotation editing to the entire device.
             | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.Forms.ImGearARTInteractionArea
 
            
            
            See Also