Anchor

Defined under the namespace Scandit.Datacapture.Core

Anchor

Added in version 6.1.0

An enumeration of possible anchoring points in a geometric object such as quadrilaterals. Values of this enumeration are typically used to determine where elements are placed on the screen. For example, it is used to place the logo on screen.

TopLeft

Added in version 6.1.0

This value will use the top left corner as the anchor point.

TopCenter

Added in version 6.1.0

This value will will use the center of the top edge as the anchor point.

TopRight

Added in version 6.1.0

This value will use the top right corner as the anchor point.

CenterLeft

Added in version 6.1.0

This value will use the center left corner as the anchor point.

Center

Added in version 6.1.0

This value will use the center as the anchor point.

CenterRight

Added in version 6.1.0

This value will use the center of the right edge as the anchor point.

BottomLeft

Added in version 6.1.0

This value will use the bottom left corner as the anchor point.

BottomCenter

Added in version 6.1.0

This value will use the center of the bottom edge as the anchor point.

BottomRight

Added in version 6.1.0

This value will use the bottom right corner as the anchor point.