ImageGear22.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : InteractionArea Property |
'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); }
.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.