ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class / InteractionArea Property




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

    Property Value

    InteractionArea enumeration value.
    Remarks
    By default, it is set to InteractionArea enumeration.Device, which corresponds to the unlimited device area. 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.
    See Also