Click or drag to resize

PdfContentAlignment Enumeration

Specifies alignment of content.

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public enum PdfContentAlignment
Members
Member nameValueDescription
TopLeft1 Content is vertically aligned at the top, and horizontally aligned on the left.
TopCenter2 Content is vertically aligned at the top, and horizontally aligned at the center.
TopRight4 Content is vertically aligned at the top, and horizontally aligned on the right.
MiddleLeft16 Content is vertically aligned in the middle, and horizontally aligned on the left.
MiddleCenter32 Content is vertically aligned in the middle, and horizontally aligned at the center.
MiddleRight64 Content is vertically aligned in the middle, and horizontally aligned on the right.
BottomLeft256 Content is vertically aligned at the bottom, and horizontally aligned on the left.
BottomCenter512 Content is vertically aligned at the bottom, and horizontally aligned at the center.
BottomRight1,024 Content is vertically aligned at the bottom, and horizontally aligned on the right.
See Also