 | PdfContentAlignment Enumeration |
Specifies alignment of content.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic 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 | 1024 |
Content is vertically aligned at the bottom, and horizontally aligned on the right.
|
See Also