Click or drag to resize

AnnotationConfinementMode Enumeration

Specifies the type of confinement used for the annotations when they are being moved or resized using the mouse.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum AnnotationConfinementMode
Members
  Member nameDescription
None There is no limitation to the annotation location.
ClientArea Annotations can be located outside of the document but not outside of the client area of the viewer.
DocumentBounds Annotations are confined to the document bounds.
See Also