Specifies how the page template is aligned relative to the template area.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfAlignmentStyle
Public Enumeration PdfAlignmentStyle
public enum class PdfAlignmentStyle
type PdfAlignmentStyle
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
Specifies no alignment.
|
| TopLeft | 1 |
The template is top left aligned.
|
| TopCenter | 2 |
The template is top center aligned.
|
| TopRight | 3 |
The template is top right aligned.
|
| MiddleLeft | 4 |
The template is middle left aligned.
|
| MiddleCenter | 5 |
The template is middle center aligned.
|
| MiddleRight | 6 |
The template is middle right aligned.
|
| BottomLeft | 7 |
The template is bottom left aligned.
|
| BottomCenter | 8 |
The template is bottom center aligned.
|
| BottomRight | 9 |
The template is bottom right aligned.
|
Remarks
This enumeration is used in class.