ImageGear .NET - Updated
InteractionArea Property (AnnotatorSettings)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > AnnotatorSettings Class : InteractionArea Property
Gets or sets the interaction area for editing annotations.
Syntax
'Declaration
 
Public Property InteractionArea As InteractionArea
'Usage
 
Dim instance As AnnotatorSettings
Dim value As InteractionArea
 
instance.InteractionArea = value
 
value = instance.InteractionArea
public InteractionArea InteractionArea {get; set;}
public: __property InteractionArea get_InteractionArea();
public: __property void set_InteractionArea( 
   InteractionArea value
);
public:
property InteractionArea InteractionArea {
   InteractionArea get();
   void set (    InteractionArea 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

Reference

AnnotatorSettings Class
AnnotatorSettings Members