Click or drag to resize

ImagePosition Enumeration

Specifies the location of where the image is to be drawn relative to its layout rectangle.

Namespace:  Zebra.Sdk.Card.Graphics.Enumerations
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public enum ImagePosition
Members
  Member nameValueDescription
UpperLeft0 Upper left hand corner of drawing surface.
LowerLeft1 Lower left hand corner of drawing surface.
UpperRight2 Upper right hand corner of drawing surface.
LowerRight3 Lower right hand corner of drawing surface.
Centered4 Center of drawing surface.
See Also