Table of Contents

Enum AnchorType

Namespace
PdfSharp.Drawing.BarCodes
Assembly
PdfSharp.dll

Specifies whether and how the text is displayed at the code area.

public enum AnchorType

Fields

BottomCenter = 7

The anchor is located bottom center.

BottomLeft = 6

The anchor is located bottom left.

BottomRight = 8

The anchor is located bottom right.

MiddleCenter = 4

The anchor is located middle center.

MiddleLeft = 3

The anchor is located middle left.

MiddleRight = 5

The anchor is located middle right.

TopCenter = 1

The anchor is located top center.

TopLeft = 0

The anchor is located top left.

TopRight = 2

The anchor is located top right.