Table of Contents

Enum AlignVert

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll

Defines vertical alignment options for objects within a PDF document, see example Object Alignment.

public enum AlignVert

Fields

BBoxBottom = 3

Aligns the object to the bottom boundary of the bounding box.

BBoxCenter = 4

Centers the object vertically in relation to the bounding box.

BBoxTop = 5

Aligns the object to the top boundary of the bounding box.

Bottom = 0

Aligns the object to the bottom boundary.

Center = 1

Centers the object vertically.

None = 6

Indicates no vertical alignment should be applied.

Top = 2

Aligns the object to the top boundary.