ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTInteractionArea Enumeration




In This Topic
    ImGearARTInteractionArea Enumeration
    In This Topic
    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
    MemberValueDescription
    Device0Limits the annotation editing area to the page view control area.
    Image1Limits the annotation editing area to the image portion of the page view.
    Unbound2Allows 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