AnchorType EnumerationTerminal Works - PDF Printing.Net Library
Specifies whether and how the text is displayed at the code area.

Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public enum AnchorType
Members

  Member nameValueDescription
TopLeft0 The anchor is located top left.
TopCenter1 The anchor is located top center.
TopRight2 The anchor is located top right.
MiddleLeft3 The anchor is located middle left.
MiddleCenter4 The anchor is located middle center.
MiddleRight5 The anchor is located middle right.
BottomLeft6 The anchor is located bottom left.
BottomCenter7 The anchor is located bottom center.
BottomRight8 The anchor is located bottom right.
See Also

Reference