ImGearARTInteractionArea Enumeration
In This Topic
Specifies the interaction area for editing annotations.
Syntax
'Declaration
Public Enum ImGearARTInteractionArea
Inherits System.Enum
public enum ImGearARTInteractionArea : System.Enum
__value public enum ImGearARTInteractionArea : public System.Enum
public enum class ImGearARTInteractionArea : public System.Enum
Members
Member | Value | Description |
Device | 0 | Limits the annotation editing area to the page view control area. |
Image | 1 | Limits the annotation editing area to the image portion of the page view. |
Unbound | 2 | Allows unlimited annotation editing to the entire device. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.ART.Forms.ImGearARTInteractionArea
See Also