ImageGear23.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace : InteractionArea Enumeration |
'Declaration <ObsoleteAttribute("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")> Public Enum InteractionArea Inherits System.Enum
'Usage Dim instance As InteractionArea
[Obsolete("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")] public enum InteractionArea : System.Enum
[Obsolete("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")] __value public enum InteractionArea : public System.Enum
[Obsolete("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")] public enum class InteractionArea : public System.Enum
Member | Value | Description |
---|---|---|
Device | 0 | Allows unlimited annotation editing for the entire device. |
Image | 1 | Limits the annotation editing area to the image portion of the page view. |
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.
This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.
System.Object
System.ValueType
System.Enum
ImageGear.ART.Windows.Controls.InteractionArea