| PdfContentAlignment Enumeration |
Specifies alignment of content.
Namespace: Patagames.Pdf.EnumsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public enum PdfContentAlignment
Public Enumeration PdfContentAlignment
public enum class PdfContentAlignment
public enum PdfContentAlignment
Patagames.Pdf.Enums.PdfContentAlignment = function();
Patagames.Pdf.Enums.PdfContentAlignment.createEnum('Patagames.Pdf.Enums.PdfContentAlignment', false);
Members Member name | Value | Description |
---|
TopLeft | 1 |
Content is vertically aligned at the top, and horizontally aligned on the left.
|
TopCenter | 2 |
Content is vertically aligned at the top, and horizontally aligned at the center.
|
TopRight | 4 |
Content is vertically aligned at the top, and horizontally aligned on the right.
|
MiddleLeft | 16 |
Content is vertically aligned in the middle, and horizontally aligned on the left.
|
MiddleCenter | 32 |
Content is vertically aligned in the middle, and horizontally aligned at the center.
|
MiddleRight | 64 |
Content is vertically aligned in the middle, and horizontally aligned on the right.
|
BottomLeft | 256 |
Content is vertically aligned at the bottom, and horizontally aligned on the left.
|
BottomCenter | 512 |
Content is vertically aligned at the bottom, and horizontally aligned at the center.
|
BottomRight | 1,024 |
Content is vertically aligned at the bottom, and horizontally aligned on the right.
|
See Also