ImageGear .NET - Updated May 1, 2018
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
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