ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / InteractionArea Property




In This Topic
    InteractionArea Property (ImGearARTForms)
    In This Topic
    Gets or sets the interaction area for editing annotations.
    Syntax
    'Declaration
     
    Public Property InteractionArea As ImGearARTInteractionArea
    'Usage
     
    Dim instance As ImGearARTForms
    Dim value As ImGearARTInteractionArea
     
    instance.InteractionArea = value
     
    value = instance.InteractionArea
    public ImGearARTInteractionArea InteractionArea {get; set;}
    public: __property ImGearARTInteractionArea get_InteractionArea();
    public: __property void set_InteractionArea( 
       ImGearARTInteractionArea value
    );
    public:
    property ImGearARTInteractionArea InteractionArea {
       ImGearARTInteractionArea get();
       void set (    ImGearARTInteractionArea value);
    }

    Property Value

    ImGearARTInteractionArea enumeration value.
    Remarks
    The default value is ImGearARTInteractionArea.Device, which corresponds to the device area limited to page view control area. You can also 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.
    See Also