Click or drag to resize

AnnotateSpace Enumeration

Used to specify the coordinate space used by various methods.
Specifies the coordinate space used by various methods.

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 AnnotateSpace
Members
  Member nameDescription
View Use the view space of the control. View space is always represented in pixels with its origin at the top-left of the control.
Document Use the document space of the viewer with its origin at the top-left of the document. Coordinates are specified in document Units.
Annotation Use annotation space coordinates. The origin is at the location of the annotation specified in document Units.
See Also