ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearInteractionArea Enumeration




In This Topic
    ImGearInteractionArea Enumeration
    In This Topic
    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
    MemberValueDescription
    Device0Allows unlimited annotation editing for the entire device.
    Image1Limits 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