ImageGear .NET - Updated
ImGearARTInteractionArea Enumeration




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTInteractionArea Enumeration
Specifies the interaction area for editing annotations.
Syntax
'Declaration
 
Public Enum ImGearARTInteractionArea 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTInteractionArea
public enum ImGearARTInteractionArea : System.Enum 
__value public enum ImGearARTInteractionArea : public System.Enum 
public enum class ImGearARTInteractionArea : public System.Enum 
Members
MemberDescription
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.
Remarks
You can choose to limit the annotation editing area to the page view control area, the image portion of the page view, or keep it unlimited to the entire device. This affects creating, selecting, resizing and moving annotations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.Forms.ImGearARTInteractionArea

See Also

Reference

ImageGear.ART.Forms Namespace