ImageGear .NET v24.14 - Updated
ImGearInteractionArea Enumeration




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearInteractionArea Enumeration
Specifies the interaction area for editing annotations.
Syntax
'Declaration
 
Public Enum ImGearInteractionArea 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearInteractionArea
public enum ImGearInteractionArea : System.Enum 
__value public enum ImGearInteractionArea : public System.Enum 
public enum class ImGearInteractionArea : public System.Enum 
Members
MemberDescription
Device Allows unlimited annotation editing for the entire device.
Image Limits the annotation editing area to the image portion of the page view.
Remarks
You can choose to limit the annotation editing area to 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.Windows.Controls.ImGearInteractionArea

See Also

Reference

ImageGear.Windows.Controls Namespace